suppress error message

JaredNJames

Registered User.
Local time
Today, 18:42
Joined
Jul 7, 2007
Messages
87
i have a combo which is set to limit to list.

i need it set like this in order to get my code to work to add a new record.

all i need to now is how you suppress the "item not in list" message you getif you type in a new value to the combo box.

jjames
 
in the notinlist event use

Response=0

then you can add addtional code after it to carry out the next steps.
 
thanks very much

jjames
 

Users who are viewing this thread

Back
Top Bottom