Validation of a combobox.

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
 
R

Rick Brandt

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
 
Top