Hello,
I am trying to produce a master report with nine different control fields to group and sort my data by. The first control field is always company code. The eight remaining fields (2-9) define the rest of the reports. This means there are only two control fields being reported at any one time (per subreport).
I am producing eight different subreports reporting the same information in the columns after the control fields.
In the end I want one master report with sequental page numbering (Page 1 of #) for these eight subreports.
The final report needs to look as follows as one master report with sequental page numbering (Page 1 of #):
Company Code 1 - by Control Field 1
Company Code 1 - by Control Field 2
Company Code 1 - by Control Field 3
...
Company Code 1 - by Control Field 8
Company Code 2 - repeat as above, for all remaining Company Codes
By accident I was able to produce a master report as follows:
Control Field 1 - for All Company Codes sequentially
Control Field 2 - for All Company Codes sequentially
Control Field 3 - for All Company Codes sequentially
...
Control Field 8 - for All Company Codes sequentially
I did it by creating eight reports each with their own source query and then a master report that pulls in the eight reports as subreports.
I had a sample report with around 40 pages. When I changed the source query from eight seperate queries to one master query the number of pages blew up to 30,000+ pages with information being a cross product of some kind.-So I dont think this is the way to go.
I can hold my own when it comes to tables and queries but am only a novice at reports. I suspect I may need to use VBA to accomplish this. I will be a novice but am usually a quick leaner.
Any help would be appreciated.
I am trying to produce a master report with nine different control fields to group and sort my data by. The first control field is always company code. The eight remaining fields (2-9) define the rest of the reports. This means there are only two control fields being reported at any one time (per subreport).
I am producing eight different subreports reporting the same information in the columns after the control fields.
In the end I want one master report with sequental page numbering (Page 1 of #) for these eight subreports.
The final report needs to look as follows as one master report with sequental page numbering (Page 1 of #):
Company Code 1 - by Control Field 1
Company Code 1 - by Control Field 2
Company Code 1 - by Control Field 3
...
Company Code 1 - by Control Field 8
Company Code 2 - repeat as above, for all remaining Company Codes
By accident I was able to produce a master report as follows:
Control Field 1 - for All Company Codes sequentially
Control Field 2 - for All Company Codes sequentially
Control Field 3 - for All Company Codes sequentially
...
Control Field 8 - for All Company Codes sequentially
I did it by creating eight reports each with their own source query and then a master report that pulls in the eight reports as subreports.
I had a sample report with around 40 pages. When I changed the source query from eight seperate queries to one master query the number of pages blew up to 30,000+ pages with information being a cross product of some kind.-So I dont think this is the way to go.
I can hold my own when it comes to tables and queries but am only a novice at reports. I suspect I may need to use VBA to accomplish this. I will be a novice but am usually a quick leaner.
Any help would be appreciated.