I have a report that is broken down by state and then by county. I need to get a total number of complaints for each county and then a grand total of complaints at the end of the report. In the query there is a county code and a county name that corresponds to that code. The grouping is working fine. However, the totals for each group and the grand total are giving me fits. I looked around here and found the following code:
= Count([Afield])
The problem is I tried that code. There's always the possibility that I typed it wrong and overlooked something though. I tried placing the code in different footers with no luck. I tried to put the grand total in the report footer and it didn't work either. Anyone got any ideas? Thanks for anything you can give me.
= Count([Afield])
The problem is I tried that code. There's always the possibility that I typed it wrong and overlooked something though. I tried placing the code in different footers with no luck. I tried to put the grand total in the report footer and it didn't work either. Anyone got any ideas? Thanks for anything you can give me.