O
Owen
Hello,
I have a form called PROJECTSfrm with a combo box called cboContacts which
is populated from a table called tblCONTACTS. The limit to List is set to
true. When a new contact is entered, a message box appears and ask if the
the user wants to add the new contact, if the user hits yes, the CONTACTSfrm
opens up and the user can add the relevent data. When the CONTACTSfrm is
closed and the user is returned to the PROJECTSfrm, I get an error message
that the new contact is still not in the list. I have tried to requery the
combobox upon return but am told I have to save the record, which I can't do
because the new contact is still not in the list....you know the drill. Is
there a way to get the combo to recognize the new contact without closing and
reopening the PROJECTSfrm?
TIA
Owen
I have a form called PROJECTSfrm with a combo box called cboContacts which
is populated from a table called tblCONTACTS. The limit to List is set to
true. When a new contact is entered, a message box appears and ask if the
the user wants to add the new contact, if the user hits yes, the CONTACTSfrm
opens up and the user can add the relevent data. When the CONTACTSfrm is
closed and the user is returned to the PROJECTSfrm, I get an error message
that the new contact is still not in the list. I have tried to requery the
combobox upon return but am told I have to save the record, which I can't do
because the new contact is still not in the list....you know the drill. Is
there a way to get the combo to recognize the new contact without closing and
reopening the PROJECTSfrm?
TIA
Owen