I have query working for a report - it's a 3 layer thing. Based on
http://www.techonthenet.com/access/queries/max_query2.php
Identify max value data by location and month
Select the unique max records
Sum the max number of people by location
However I can only get the data for each of the location per month. So the only way I can think of collecting this data for the year is to run the query per month in a recordset and write it into a table to collect the whole years data.
I'm hoping someone has a clever solution.
http://www.techonthenet.com/access/queries/max_query2.php
Identify max value data by location and month
Select the unique max records
Sum the max number of people by location
However I can only get the data for each of the location per month. So the only way I can think of collecting this data for the year is to run the query per month in a recordset and write it into a table to collect the whole years data.
I'm hoping someone has a clever solution.