Selecting multiple entries from a combo box

  • Thread starter Thread starter John Z
  • Start date Start date
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.
 
It can't be done. Combo boxes do not support multi-select: only list boxes
do.
 
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?
 
Back
Top