C
Chris Barnett
hi.
i'm a teacher and i have developed a database to collect data and print out
parents reports.
i have been asked to provide some statistical information also for teachers
based on the groups.
the fields for the table is as follows
Admin (a unique pupil number)
Subject (e.g. Maths, English etc)
Set (the specific group e.g. 9Ma1, 7En3
Attain (a number level from 2 to 8 although it is stored as a text
field)
Classwork (a grade from A-D based on effort)
Homework (A-D similar to classwork)
Behaviour (A is excellent to D poor)
The requirement is create a report that groups the records into Sets and
then provide the average Attain level. More difficult though is also to to
report the most common grade letter for each of Classwork, Homework &
Behaviour.
so
Adm Sub Set Att Cls Hwk Beh
101 Maths 9Ma1 4 A B A
102 Maths 9Ma1 6 B B A
103 Maths 9Ma1 5 C C B
104 Maths 9Ma1 5 B A A
105 Maths 9Ma2 3 D D D
106 Maths 9Ma2 5 C B C
107 Maths 9Ma2 3 C B D
108 Maths 9Ma2 5 B B B
would result in a report looking like
Maths
Set Att Cls Hwk Beh
9Ma1 5 B B A
9Ma2 4 C B D
i hope this makes sense and would be grateful for any help
thanks
Chris Barnett
i'm a teacher and i have developed a database to collect data and print out
parents reports.
i have been asked to provide some statistical information also for teachers
based on the groups.
the fields for the table is as follows
Admin (a unique pupil number)
Subject (e.g. Maths, English etc)
Set (the specific group e.g. 9Ma1, 7En3
Attain (a number level from 2 to 8 although it is stored as a text
field)
Classwork (a grade from A-D based on effort)
Homework (A-D similar to classwork)
Behaviour (A is excellent to D poor)
The requirement is create a report that groups the records into Sets and
then provide the average Attain level. More difficult though is also to to
report the most common grade letter for each of Classwork, Homework &
Behaviour.
so
Adm Sub Set Att Cls Hwk Beh
101 Maths 9Ma1 4 A B A
102 Maths 9Ma1 6 B B A
103 Maths 9Ma1 5 C C B
104 Maths 9Ma1 5 B A A
105 Maths 9Ma2 3 D D D
106 Maths 9Ma2 5 C B C
107 Maths 9Ma2 3 C B D
108 Maths 9Ma2 5 B B B
would result in a report looking like
Maths
Set Att Cls Hwk Beh
9Ma1 5 B B A
9Ma2 4 C B D
i hope this makes sense and would be grateful for any help
thanks
Chris Barnett