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.
tina - 02 Sep 2007 18:55 GMT
AFAIK, no. you'll have to use a listbox control to get multi-select
capabilities.
hth
> 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.