Multiple selections from a combo list

L

LL

Is it possible to make more than one selection from a combo box list? i.e.
say the list contains 10 items, I want to be able to select say 5 of the 10.
Is there a way of doing this?

Thanks.
 
T

tina

AFAIK, no. you'll have to use a listbox control to get multi-select
capabilities.

hth
 
Top