View Single Post
  #1  
Old January 8th 07, 04:33 AM posted to microsoft.public.outlook.program_vba
David Chang
external usenet poster
 
Posts: 3
Default listbox w/ multiselect (outlook forms)

Hi, I am trying to create an outlook survey form where users can
email/submit their selections. What I wanted to do is to make users select
the following:

1. regions (multiple choices out of 10, e.g. NW, CENTRAL, NE, etc.)
2. states (multiple choices out of 50, e.g. CA, DC, etc.)

I used two listboxes (for drop down values) for this purpose, and I set the
"MultiSelect" option to "1-Multi". But, for some reason, this does not work
!! Once I clicked on states list box, the previously selected regions just
disappeared. The results won't change if I modified the "MultiSelect"
setting to "0-Single" or "2-Extended".

Please help!!

Thank you very much!!

David


Ads