Generate Report from User's choice of fields

karl05

Registered User.
Local time
Today, 07:08
Joined
Jul 22, 2005
Messages
10
Is it possible to ask a user to select which fields they wish to appear in the report and then generate the report based on these selections?
For example, some users only want (item code, pack size, cost price) while others would need similar fields and maybe a few extra.

cheers
 
Trying to keep things relatively simple, you could build a report with all your potential fields and turn off the visibility on all the fields. Build your form with all the checkbox options and based on what the user selects turn on the visibilty of the selected fields.

You may of course have 'rivers of white-space'.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom