Combo List Error

mohsinhq

Registered User.
Local time
Today, 16:47
Joined
Aug 2, 2004
Messages
90
I have a combo box on a form which picks out its values from a query.

im limited the selection so that the value can only be picked from the list...

is there any way of editing the error message that is given when an item isnt in the list?
 
You can use the "On Not In List" Event to run a macro or VBA code that will generate a custom message box.
 

Users who are viewing this thread

Back
Top Bottom