Hi, I've got a really strange problem I can't solve with one of my macros. Will try to explain best I can:
From frmSelectContact macro behind a button opens dialog frmInputSubUser1.
Having selected an item from the combo list box in the latter form, macro behind a button as follows:
OpenForm frmAddSubUserToOrg
SetValue (passes orgID from frmInputSubUser1 to frmAddUserToOrg)
Close frmInputSubUser1
Close frmSelectContact
Maximise
The thing is, I get an error message saying it can't find frmSelectContact. So I took that line out, and frmSelctContact stays on top of the others. Is there something really obvious I'm doing wrong?
From frmSelectContact macro behind a button opens dialog frmInputSubUser1.
Having selected an item from the combo list box in the latter form, macro behind a button as follows:
OpenForm frmAddSubUserToOrg
SetValue (passes orgID from frmInputSubUser1 to frmAddUserToOrg)
Close frmInputSubUser1
Close frmSelectContact
Maximise
The thing is, I get an error message saying it can't find frmSelectContact. So I took that line out, and frmSelctContact stays on top of the others. Is there something really obvious I'm doing wrong?