How do I pick multiple items on a drop down list?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to be able to pick more than one item on a drop down list. Where
would I look for information on this?
 
Pam,
Check out MultiSelect in Help...
Set the Listbox's MultiSelect property to Simple.
Then check out ItemsSelected in Help as to how to parse out all the values. (see
Example on that Help page)
 
The OP asks "Drop down list", that is, ComboBox, not Listbox. ComboBox is
meant for single selection. It cannot be used for select multiple items. end
of the story.
 

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