multiple selection combo box

A

accessmanager

I created a combo box and to select different apps and i want to choose more
than one is that possible. I tried a list box and it only allows me to select
one item also.
is this possible?

thanks in advance.
 
D

Douglas J Steele

By design, comboboxes only allow single select. Listboxes, however, allow
multiselect if you set their Multi Select property to other than the default
None.
 
Top