Combo Box

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
 
A

Art

Hi Froto

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

Hope this helps
 
G

Gerald Stanley

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
 

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

Top