P
Presto
My main form is named TaskScreen_Main and have2 search combo boxes named
cboSelect and cboSelectCID. The cbo's are in the "header" part of the form.
I use a pop up form to add the record: pop_NewMemberDataEntry. after I
close this form, I need the cboSelect and the cboSelectCID to requery and
have
the new member's name / CID on the lists so I can go on to do more work to
their records.
How do I reference the main form to do this? I have tried it a few different
ways and am running out of patience.
=====================
Private Sub Form_Close()
'WHAT GOES HERE?'
End Sub
cboSelect and cboSelectCID. The cbo's are in the "header" part of the form.
I use a pop up form to add the record: pop_NewMemberDataEntry. after I
close this form, I need the cboSelect and the cboSelectCID to requery and
have
the new member's name / CID on the lists so I can go on to do more work to
their records.
How do I reference the main form to do this? I have tried it a few different
ways and am running out of patience.
=====================
Private Sub Form_Close()
'WHAT GOES HERE?'
End Sub