J
Joshcat99
From the database of all students, I want to count the number of students who
have attended classes in any of the last 4 terms, without duplications (some
students have attended more than one term.
My query includes student ID# - Active Attendance - 2005 OR 2006 - Summer OR
Fall Or Winter Or Spring.
Can I use an aggregate function - Count or DCount? What field do I count,
and do I turn on the Group By for the other fields?
have attended classes in any of the last 4 terms, without duplications (some
students have attended more than one term.
My query includes student ID# - Active Attendance - 2005 OR 2006 - Summer OR
Fall Or Winter Or Spring.
Can I use an aggregate function - Count or DCount? What field do I count,
and do I turn on the Group By for the other fields?