M
Mishanya
I have SwitchBoard with cboSelectReferent and control-button wich is supposed
to open MyForm.
MyForm has cboSelectClient and shows information bound to the selected client.
1) I need to program the SB button to open MyForm with cboSelectClient value
list restricted to the referent, selected in the cboSelectReferent.
2) If no referent is selected, I want the MyForm to open with unrestricted
cboSelectClient value list.
3) If possible, MyForm will always open blank (not with the first client
recordset), then I could select client from restricted/unrestricted
cboSelectClient (I can do so now by having "DoCmd.GoToRecord , , acNewRec"
command in OnOpen event, but it might not work if MyForm will be opened by
the restricting operation).
please help.
to open MyForm.
MyForm has cboSelectClient and shows information bound to the selected client.
1) I need to program the SB button to open MyForm with cboSelectClient value
list restricted to the referent, selected in the cboSelectReferent.
2) If no referent is selected, I want the MyForm to open with unrestricted
cboSelectClient value list.
3) If possible, MyForm will always open blank (not with the first client
recordset), then I could select client from restricted/unrestricted
cboSelectClient (I can do so now by having "DoCmd.GoToRecord , , acNewRec"
command in OnOpen event, but it might not work if MyForm will be opened by
the restricting operation).
please help.