-
Is their a setting that will restrict the contents of a drop down combo box to only allow a selection from the drop down list. I don't want people to be able to type in their own text.
I know I could run through the list property with a for loop and check for the .text entry everytime they leave the field but with a super long list that seems a little redundant. Is their an easier way??
-
Yup...set the Style (in the properties window) to 2 - DropDown List.
Gl,
D!m
-
yes there is
change the Style property to 2- DropDown- List
-
I knew it would be easy... thanks.
-
Set the style property to 2-DropDown Menu.
-
Set the style to Drop Down List