vangogh228
Registered User.
- Local time
- Today, 13:46
- Joined
- Apr 19, 2002
- Messages
- 302
I have a table of client info that has several fields of demographic information. Related tables have transation information. Each demographic field and transaction type field is limited to a list of entries, but some lists are quite long (25-50 entries).
I would like to develop a query that will allow me to put the information in a report so that each field is listed, and the various entries are shown line-by-line with a count of each. Example:
Gender
Male #
Female #
County
Stark #
Summit #
Wayne #
Tuscarawas #
Education
Grade 8 or less #
Grades 9-11 #
High school grad #
College #
Degree #
And this would continue on down the report... BUT, for some reason, I am stumped as to how to do this easily. I suppose I could write the query with same field in it over and over and set criteria for each entry, but I REALLY don't want to believe that's the easiest way.
HELP!!! Thanks!
I would like to develop a query that will allow me to put the information in a report so that each field is listed, and the various entries are shown line-by-line with a count of each. Example:
Gender
Male #
Female #
County
Stark #
Summit #
Wayne #
Tuscarawas #
Education
Grade 8 or less #
Grades 9-11 #
High school grad #
College #
Degree #
And this would continue on down the report... BUT, for some reason, I am stumped as to how to do this easily. I suppose I could write the query with same field in it over and over and set criteria for each entry, but I REALLY don't want to believe that's the easiest way.
HELP!!! Thanks!