Validation of a combobox.

  • Thread starter Thread starter Frank Rudolph
  • Start date Start date
F

Frank Rudolph

I have a combobox based on a query.
It autocompletes just fine, but doesn't complain when you misspell and enter
a value not on the list.
How do I turn on that level of validation?

- Frank
 
Frank Rudolph said:
I have a combobox based on a query.
It autocompletes just fine, but doesn't complain when you misspell and enter
a value not on the list.
How do I turn on that level of validation?

LimitToList property = True
 
Back
Top