NotInList event

C

Crystal

I'm trying to simply alert the user that the stock number
they've entered isn't in the list of a combo box. I used
the NotInList event to:

MsgBox "That is not a valid stock number. Please check
your PO."
me.cboStock.SetFocus

This executes fine, but I still get Access's default error
message afterwards. How do I prevent this?

Thanks in advance,
Crystal
 
Top