I have a combox box with a collection list. Is there a way to keep people from typing in the combo box and only select the items I have listed?
Thanks!
Printable View
I have a combox box with a collection list. Is there a way to keep people from typing in the combo box and only select the items I have listed?
Thanks!
Set "DropDownStyle" to "DropDownList"
Thanks Pirate.