J
John
I have a form (usrfrmClientSelection) that has on it a
combo box (cboAcctMgt). The combo box has a value list
attached to that has 3 choices. On another form
(usrfrmGeneralInformation) is another combo box
(cboAcctMgtPerson) that lists names associated with the
selection made in cboAcctMgt.
Generally, usrfrmGeneralInformation is open when the
cboAcctMgt would be used. But there are times when it is
not. I have the SELECT statements that fills
cboAcctMgtPerson but only after I do a requery of
usrfrmGeneralInformation. They are currently in the
OnCurrent event of usrfrmGeneralInformation.
If I put them in the AfterUpdate of cboAcctMgt I will get
an error if usrfrmGeneralInformation is not open.
Where is the best place to locate the SELECT statements
so the requery does not need to be done each time so
cboAcctMgtPerson fills? Both forms are tied to the same
table.
Thanks for assistance.
combo box (cboAcctMgt). The combo box has a value list
attached to that has 3 choices. On another form
(usrfrmGeneralInformation) is another combo box
(cboAcctMgtPerson) that lists names associated with the
selection made in cboAcctMgt.
Generally, usrfrmGeneralInformation is open when the
cboAcctMgt would be used. But there are times when it is
not. I have the SELECT statements that fills
cboAcctMgtPerson but only after I do a requery of
usrfrmGeneralInformation. They are currently in the
OnCurrent event of usrfrmGeneralInformation.
If I put them in the AfterUpdate of cboAcctMgt I will get
an error if usrfrmGeneralInformation is not open.
Where is the best place to locate the SELECT statements
so the requery does not need to be done each time so
cboAcctMgtPerson fills? Both forms are tied to the same
table.
Thanks for assistance.