How do I set up a report with variable fields

M

Mikhail

I do and don't hope that ther eis a simple answer for this one - I have been
racking my brain trynig...

I want to set up a form=>query=>report system that will allow me to have
check boxes in the form that allow the user to select which fields are
reported in the report.

Can someone help me figure this out? Am I supposed to use filters???

Thanks in advance...
 
M

Mike Painter

Mikhail said:
I do and don't hope that ther eis a simple answer for this one - I
have been racking my brain trynig...

I want to set up a form=>query=>report system that will allow me to
have check boxes in the form that allow the user to select which
fields are reported in the report.

Can someone help me figure this out? Am I supposed to use filters???

You can create a report for each possibility if that makes sense.
If not, you will have to create the reports with all possible fields.

Then make invisible those fields you do not want to show on the report.
You can then move the fields around using the top left position.

Lots of busy work if you want it to look neat.
 
Top