I have a club and activities tables which I need to tally in a report for the total number of clubs to be listed on top of the page and the list of these clubs with their activities (including the total activities).
I can list the total activities per club but I can't seem to get the total clubs.
I tried using Group & Sort which gives me the running activities for each clubs (Group on Club_Name, Group on Activity Name). The field used to count the total activities per club is :
=Count([Club].[Club_ID])
Can anyone advice?
I can list the total activities per club but I can't seem to get the total clubs.
I tried using Group & Sort which gives me the running activities for each clubs (Group on Club_Name, Group on Activity Name). The field used to count the total activities per club is :
=Count([Club].[Club_ID])
Can anyone advice?