T
Tom
I have a report based on a query showing the number of students absent from
class
I want to count the number of students who are absent each day . The field
name is InClass and it is a true false field
the number who are tardy each day. The field name is Tardy and it is a true
false field
the overall number of days of class so far for which I have taken attendance
The count function doesn't seem to be working
I tried =count([InClass]=False)
and =count([Tardy]=True)
any other suggestions?
class
I want to count the number of students who are absent each day . The field
name is InClass and it is a true false field
the number who are tardy each day. The field name is Tardy and it is a true
false field
the overall number of days of class so far for which I have taken attendance
The count function doesn't seem to be working
I tried =count([InClass]=False)
and =count([Tardy]=True)
any other suggestions?