How could I select Multiple options in options group in form

M

Marjaneh

I would like to create a Option Group in my form and let user to choose
multiple options to print the deferent report.
 
K

Klatuu

You can't choose multiple options from an option group. You could use
whatever control you are using for the options (radio buttons, check boxes,
etc) individually. Then you would have to make your selections for your
report based on which controls are selected.
 
Top