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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top