L
Lynn
I have a report that summarizes how many times a student has not shown up for
training. It is based on a parameter query that prompts the user to enter a
Start Date & End Date. The query also includes critieria such as Cancelled =
0 and Attended = 0. The totals were calculated in the report by using the
following formula placed in the student group header:
=Count(qryStudentsAbsent!ScheduleID)
What I need to do now, is generate the same report but show only students
where =Count(qryStudentsAbsent!ScheduleID) >1
How can I do this? I tried using the total button in my query & specifying
the criteria there but it did not let me keep all the columns that I need.
training. It is based on a parameter query that prompts the user to enter a
Start Date & End Date. The query also includes critieria such as Cancelled =
0 and Attended = 0. The totals were calculated in the report by using the
following formula placed in the student group header:
=Count(qryStudentsAbsent!ScheduleID)
What I need to do now, is generate the same report but show only students
where =Count(qryStudentsAbsent!ScheduleID) >1
How can I do this? I tried using the total button in my query & specifying
the criteria there but it did not let me keep all the columns that I need.