How could I select Multiple options in options group in form

  • Thread starter Thread starter Marjaneh
  • Start date Start date
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.
 
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.
 
Back
Top