drop down list

  • Thread starter Thread starter cp
  • Start date Start date
C

cp

I have created a drop down list. Is there a way to allow participants to
select multiple answers from the drop down.
 
hi
combo boxes(dropdown box?) are for selecting only 1 entry at a time. if you
need to have multiselect capabilities, you need to use a list box. it has
multiselect capabilities.

Regards
FSt1
 
Back
Top