Validating a Combo Box by values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am wondering if there is a property or quick programatic way to validate
the value of a combobox? Like I want to make sure the value in combobox is a
value that I have put in there, and it is not valid to type in anything in
the box and tab out of it.
Thanks.
-Lee
 
Lee, Look in properties for the combobox. Set "limit to list" to yes. User
will only be able to select from your predetermined selections.

HTH
 
Thanks.

I just started a new project and it requires SQL server and Access, and I'm
coming over from VBScript and Outlook forms. I thought the limit to field
only allowed 10 entries. Now I feel kind of silly. Thanks again.
 
I guess you are thinking of the ListRows Propery which is the max. number of
rows you can see in the drop-down component of the ComboBox.
 
Back
Top