Attendance rates

rarejoep

Registered User.
Local time
Today, 06:25
Joined
Oct 8, 2002
Messages
30
I've got a report that shows all the (school)classes that are given in the first collumn, the amount of students that were absent in the second and in the third collumn the group a student is in.

In the last collumn I would like to have an attendance rate.
That must look like this:

=1-([CountOfTraineeAbsent]/X)

where
X = the number of people in a certain group (A or B).

How can I make a reference to a query, that has counted the number of students in group A and B?
 

Users who are viewing this thread

Back
Top Bottom