I have information for various counties in a table. I want the report to show 11 specific counties. Originally, I wrote this into the criteria section of the query (countyname = "county1" OR "county2" OR ... OR "county11"). However, I also want to have a sum of the data in the report header for the entire state.
So...
State: SumOfData
County1: County1 Data
County2: County2 Data
...
County11: County11 Data
Does anyone know of a way to specify which records show in a report, but still have the a sum of ALL the information?
Thanks in advance!!
So...
State: SumOfData
County1: County1 Data
County2: County2 Data
...
County11: County11 Data
Does anyone know of a way to specify which records show in a report, but still have the a sum of ALL the information?
Thanks in advance!!