Selecting multiple entries from a combo box

J

John Z

I have a combo box that opens a list of names from a table
and I want to copy multiple names into a list box that
stores the names in another table. I am trying to create a
list of team members from a names list. Any help will be
appreciated.
 
D

Douglas J. Steele

It can't be done. Combo boxes do not support multi-select: only list boxes
do.
 
B

Bas Cost Budde

Douglas said:
It can't be done. Combo boxes do not support multi-select: only list boxes
do.
Well, not in one step anyway. Maybe the interface behavior "on combobox
selection, add to list" is acceptabel?
 

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

Top