prevent editing in unbound combo box

S

sa

Hello all

I have an unbound combo box
I want to set the capability of a combo box to select an option from
the drop-down list.
Not to edit anything
In my case nothing is bounded
How can i prevent entering information in the combo box text box

If it bounded combo box LimitToList is working file.

Many Thanks For the Replies

SA
 
G

Guest

sa,

The "Limit to List" property should work for bound as well as unbound
controls.

This does not prevent users from typing in the control, but it will prompt
them that the value is not in the list and will not let them save a record
with any value in the control that is not in the list.
 

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