K
Kirstie Adam
Hi All,
I have a combo box [Contact], which when the user types in a contact name
which is not
in the list, i want a msgbox saying "Contact not in database, please enter
now" then a pop up form [frmContacts] to open up for the user to type the
details in. Then the pop up box can be closed and the contact just added
appear in the combo box to be selected.
I have the first half of this working in a macro, but keep getting the
access error message about not in
list as well as mine - how do i suppress this?
I tried using SetWarnings in a macro, before the msgbox action and also
before the openform action but neither of these worked.
I think it would be better in code and wonder if someone can tell me how?
Thanks,
Kirstie
I have a combo box [Contact], which when the user types in a contact name
which is not
in the list, i want a msgbox saying "Contact not in database, please enter
now" then a pop up form [frmContacts] to open up for the user to type the
details in. Then the pop up box can be closed and the contact just added
appear in the combo box to be selected.
I have the first half of this working in a macro, but keep getting the
access error message about not in
list as well as mine - how do i suppress this?
I tried using SetWarnings in a macro, before the msgbox action and also
before the openform action but neither of these worked.
I think it would be better in code and wonder if someone can tell me how?
Thanks,
Kirstie