Ishko
Ishko

Reputation: 1

how to make drop down non editable in vb (ms access)?

how to make drop down non editable in vb (ms access)? i couldnt find the property "dropdown style" as browsed. "Locked" & "Items in List" properties doesn't work. The "Locked" property made it non-editable, but not able to select other options in the dropdown.

Thanks in Advance.

Upvotes: 0

Views: 232

Answers (1)

jhTuppeny
jhTuppeny

Reputation: 970

Use the LimitToList property - this will prevent anything other than list items being selected. If you type a new entry you'll get a message telling you that it's not in the list.

Upvotes: 2

Related Questions