not in list
I have a drop down(unbound) on my form(transmittal) which looks up other records on the form(company names). the user selects a company from the drop down to send the transmittal to. All the transmittal info is saved in a table.
I run into problems when i want to send a transmittal to a company that is not in the list.
I'd like to have a pop which allows you to go to the form which adds companys to the list.
I can get this to kind of work by putting a macro in the "on not in list" event which then opens a form or a pop up, but i still get an error message saying something like "the text you entered is not in the list, please enter text or select an option from the list" is there a way to get rid of this?
thanks....
I have a drop down(unbound) on my form(transmittal) which looks up other records on the form(company names). the user selects a company from the drop down to send the transmittal to. All the transmittal info is saved in a table.
I run into problems when i want to send a transmittal to a company that is not in the list.
I'd like to have a pop which allows you to go to the form which adds companys to the list.
I can get this to kind of work by putting a macro in the "on not in list" event which then opens a form or a pop up, but i still get an error message saying something like "the text you entered is not in the list, please enter text or select an option from the list" is there a way to get rid of this?
thanks....