View Full Version : grouping in reports


sadie
12-23-2004, 04:57 AM
I need to do an annual report for all the cases I reviewed all year
I have a lot of fields such as age,gender,IQ,ethnicity, referral source, county etc...
I need to count how many in each field
What is the best way to to achieve this
Thanks

Ukraine82
12-23-2004, 05:43 AM
You can make a crosstab query that will give the count for each fields.

hth,

Michael

sadie
12-23-2004, 06:56 AM
thanks, I will try it