In my student database, I need to produce a query that will provide a count of the number of students in each classroom so that I can list the results on a report.
I would like the report to look something like this:
Appling Black Carter Davidson
4 5 17 8
Any help greatly appreciated.
P.S. Is there a way to break the results up by females and males? I have a field for sex in my student demographics table.
I would like the report to look something like this:
Appling Black Carter Davidson
4 5 17 8
Any help greatly appreciated.
P.S. Is there a way to break the results up by females and males? I have a field for sex in my student demographics table.