G
Guest
I am pulling a report from a query based on 4 tables.
[Report] 1:M [Maintenance] 1:M [Composite Table] M:1 [User]
The report is grouped and sorted as follows:
Report
Maintenances on the Report
User associated with the maintenance
I am trying to include a text box in the report group header that shows the
number of maintenances performed on the report.
I have tried several different things including some suggestions in other
threads with no luck. If I count from the query I get incorrect results
since it counts the duplicate information needed to keep track of the many
users. (For instance, 1 maintenance with 4 users returns 4).
Any suggestions?
[Report] 1:M [Maintenance] 1:M [Composite Table] M:1 [User]
The report is grouped and sorted as follows:
Report
Maintenances on the Report
User associated with the maintenance
I am trying to include a text box in the report group header that shows the
number of maintenances performed on the report.
I have tried several different things including some suggestions in other
threads with no luck. If I count from the query I get incorrect results
since it counts the duplicate information needed to keep track of the many
users. (For instance, 1 maintenance with 4 users returns 4).
Any suggestions?