A
alex
Experts,
I have a combo box on my form that allows users to obviously select
from a list or type in a value.
If the user types in a value that does not exist, an error occurs
telling the user that said value is not on the list (I set limit to
list = true).
If the user types in a value that does not exist in the table, I want
a message to display that tells the user his/her "value does not
exist; would you like to enter a new record".
I'm assuming this will take a little VBA coding.
Does anyone have an example?
Is the code added to the After Update event?
Thanks for any help ~
alex
I have a combo box on my form that allows users to obviously select
from a list or type in a value.
If the user types in a value that does not exist, an error occurs
telling the user that said value is not on the list (I set limit to
list = true).
If the user types in a value that does not exist in the table, I want
a message to display that tells the user his/her "value does not
exist; would you like to enter a new record".
I'm assuming this will take a little VBA coding.
Does anyone have an example?
Is the code added to the After Update event?
Thanks for any help ~
alex