G
Guest
I am trying to create a report that summarizes the number of physician
contracts I receive each month by region and county. I want a report that
looks like this:
Region 1:
County A: (total)
County B: (total)
County C: (total)
Region Total: (sum of above)
What I do NOT want is a report that looks like this (which is what I am
getting):
Region 1:
County A:
..
..
..
County A:
Total
County B:
..
..
..
County B:
Total
County C:
..
..
..
County C:
Total
How can get the NUMBER of records from each county without LISTING all of
them individually? I tried setting "Hide Duplicates" to "Yes" but that only
left me with 1 heading for each county and then pages of blank space below (I
assume the hidden records). How do I get rid of these hidden records without
messing up my =Count(*) function?
Thanks!
contracts I receive each month by region and county. I want a report that
looks like this:
Region 1:
County A: (total)
County B: (total)
County C: (total)
Region Total: (sum of above)
What I do NOT want is a report that looks like this (which is what I am
getting):
Region 1:
County A:
..
..
..
County A:
Total
County B:
..
..
..
County B:
Total
County C:
..
..
..
County C:
Total
How can get the NUMBER of records from each county without LISTING all of
them individually? I tried setting "Hide Duplicates" to "Yes" but that only
left me with 1 heading for each county and then pages of blank space below (I
assume the hidden records). How do I get rid of these hidden records without
messing up my =Count(*) function?
Thanks!