prevent editing in unbound combo box

  • Thread starter Thread starter sa
  • Start date Start date
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
 
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.
 
Back
Top