Guest_imported
New member
- Jan 1, 1970
- 0
I am making a marks scheme for my school, and they want a break down of the grade acheived by each student. i have a query with the level/grade for each student which is on a numerical basis 1-8. I want a query that seperates that shows the number of people achieving each level for each set.
Eg if there were 10 males , 1 got L1, 3 got L3, 4 L5, 2 L7 and 10 females 2 L2, 1 L4, 3 L5, 2 L6, 2 L8 then I would have a table looking like....
Grades | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
------------------------------------------------------------
Male | 1 | 0 | 3 | 0 | 4 | 0 | 2 | 0 |
Female | 0 | 2 | 0 | 1 | 3 | 2 | 0 | 2 |
I've tried using a crosstab but it does not seem to work. The grades come from another query as they are worked out from an average of a number of peices of work. Hope you can help from what i've said.
thanks
Eg if there were 10 males , 1 got L1, 3 got L3, 4 L5, 2 L7 and 10 females 2 L2, 1 L4, 3 L5, 2 L6, 2 L8 then I would have a table looking like....
Grades | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
------------------------------------------------------------
Male | 1 | 0 | 3 | 0 | 4 | 0 | 2 | 0 |
Female | 0 | 2 | 0 | 1 | 3 | 2 | 0 | 2 |
I've tried using a crosstab but it does not seem to work. The grades come from another query as they are worked out from an average of a number of peices of work. Hope you can help from what i've said.
thanks