I have designed a report for my trainings database which is based on a query. The report is grouped by Organizations, then trainings, then the attendees (from that Organization) are listed, something like this:
Organization 1
First Training
Last, First
Last, First
Last, First
Second Training
Last, First
Last, First
Organization 2
First Training
Last, First
Last, First
Third Training
Last, First
My problem is I can't figure out how to count the number of individual organizations that received training (regardless of the number of trainings or attendees), or the total number of trainings received by an individual organization (regardless of the number of attendees). Every count function I use in a group or report footer, (i.e. Count([TrainingID]) just gives me the total number of records in the group or the report.
Any suggestions?
Thanks.
Organization 1
First Training
Last, First
Last, First
Last, First
Second Training
Last, First
Last, First
Organization 2
First Training
Last, First
Last, First
Third Training
Last, First
My problem is I can't figure out how to count the number of individual organizations that received training (regardless of the number of trainings or attendees), or the total number of trainings received by an individual organization (regardless of the number of attendees). Every count function I use in a group or report footer, (i.e. Count([TrainingID]) just gives me the total number of records in the group or the report.
Any suggestions?
Thanks.