Multiple selections from a combo box?

L

Laurel

Is there a way to use a combo box to get multiple selections? In other
environments that I know about, the user would click on several items, using
the control key - I guess Windows Explorer is an example.

If not a combo box, how does one accomplish this design task?
 
K

Ken Snell \(MVP\)

Use a listbox, with its Multiselect property set to Simple or Extended, to
do this.
 
Top