Simple Question Concerning Combo Boxes

  • Thread starter Thread starter James
  • Start date Start date
J

James

I just want to know how to limit a combo box so that a user can only
select from the list of items. Specifically, I have a list of the 50
state abbrevs, but if you type in TX as opposed to selecting TX, it
isn't registering it from the list below. Is there any way to make it
so they can only select a choice? Or the choice they select recognizes
the abbrev that is already provided? I hope this makes since. Thanks.
 
James,

Set the combo box's DropDownStyle to DropDownList.

Kerry Moorman
 

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

Back
Top