Similar to other posts, I have a main report with a subreport that I need to use to capture a 'grand total' in the main report footer.
The main report is based on information from a query (combining the main table and another many-side table) and then the subreport is pulling a count of the records from yet another many-side table in relation to each main table key field. The subreport works in that is does bring the number of records. The part that doesn't work is the 'grand total' field that is brought from the subreport into the main report footer.
If I put a 'sum' field in the subreport footer and refer to it on the main or do some of the other variations to accomplish this, the main footer continues to only pull the total number of records from the last main table entry.
Example below:
Person Name: # of Mentor(s) Number of labs:
Smith 1 9
Johnson 0 11
Jones 0 15
Report footer:
Total People: 3 Total Mentor(s): 1 Total labs: 15 (should be 35)
Does anyone have any ideas? I have been playing with this one until I think I am just banging my head on the wall. =)
The main report is based on information from a query (combining the main table and another many-side table) and then the subreport is pulling a count of the records from yet another many-side table in relation to each main table key field. The subreport works in that is does bring the number of records. The part that doesn't work is the 'grand total' field that is brought from the subreport into the main report footer.
If I put a 'sum' field in the subreport footer and refer to it on the main or do some of the other variations to accomplish this, the main footer continues to only pull the total number of records from the last main table entry.
Example below:
Person Name: # of Mentor(s) Number of labs:
Smith 1 9
Johnson 0 11
Jones 0 15
Report footer:
Total People: 3 Total Mentor(s): 1 Total labs: 15 (should be 35)
Does anyone have any ideas? I have been playing with this one until I think I am just banging my head on the wall. =)