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
 

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

Back
Top