Combo Box

  • Thread starter Thread starter Froto
  • Start date Start date
F

Froto

I have a drop down combo box which users select their
names from. I would like to know how I can prevent users
from entering data into the combo box, and have them have
only the select option in the combo box

Thank you for the help
 
Hi Froto

In design view find the "Limit To List" Property of the
combo box and set to YES

Hope this helps
 
If you only want your users to select from the drop-down
list and not enter any data, you should use a ListBox. If
you want your users to enter data but only as in the list,
you should set the LimitToList property to Yes.

Hope That Helps

Gerald Stanley MCSD
 
Back
Top