I want to generate a report that will count about 20 different records. For instance I want it to show how many males there are, how many females there are, etc.
I can get it to work by having a count query for each count and then making every count into a subreport. This means having 20 queries and 20 subreports which to say isn't too efficient.
The problem I run into is if I count say gender and ethnicity in the same query I get rusults similar to:
Ethnicity CountofEthnicity Gender CountofGender
white 1 male 1
spanish 1 male 1
black 1 male 1
I need it to give me totals of each group - not broken down. I have played with grouping in my report but cannot get the desired results.
Thanks in advance
Kurto
I can get it to work by having a count query for each count and then making every count into a subreport. This means having 20 queries and 20 subreports which to say isn't too efficient.
The problem I run into is if I count say gender and ethnicity in the same query I get rusults similar to:
Ethnicity CountofEthnicity Gender CountofGender
white 1 male 1
spanish 1 male 1
black 1 male 1
I need it to give me totals of each group - not broken down. I have played with grouping in my report but cannot get the desired results.
Thanks in advance
Kurto