
On the 'reporting screen' I have a 'grid' of buttons with each report having a column of buttons, one for each page. eg. p1 of 6; p2 of 6; etc. - the reason for this was to minimise the number of fields in the report query, assuming 200 is the limit.
The application works well but I would like to replace the column of 6-buttons (in this scenario, there are other similar columns of buttons) on the 'reports' screen with a single button which previews/prints all 6 pages
1. "Do I join/link the reports and/or their queries to achieve this?"
Each report in its entirety is over 200 fields of information, but taken
a page at a time the query results in, probably, about 90-160 fields.
2. Is 200 fields the maximum number of fields comprising a query?
3. How do I get stats for my tables without physically counting the fields?
Any advice/suggestions will be sorely welcome.

----------- Put more simply ----------------------
At present I have a 'common' table with data common to any of a number of reports. Each report has its own table containing its unique data. Each report is between 4 and 6 pages and I have a button to preview/print each page. eg p1 of 6; p2 of 6; and so on.
It works fine but I would like to be able to print all the pages in any particular report by clicking only one button. I want to avoid having too much data in one query - if that is a realistic concern. Some expierienced user will hopefully point me in the right direction. Thanks.
I am using Access 2007
Last edited: