Need error message

  • Thread starter Thread starter Van T. Dinh
  • Start date Start date
V

Van T. Dinh

Check Access VB Help on the NotInList Event of a ComboBox. I think there
are some sample codes in Access VB Help.
 
Used a combox to find records. Works fine except if user
puts in a string that does not exist it doesn't do
anything. The user doesn't understand so I want a message
to come up saying record does not exist. How do I go
about this... VBA appended to combobox script???
 
Back
Top