I have Departments, and Employees in Departments. Employees can be deactivated for various reasons (leaves of different kinds, secondments, etc.) so there is a field strEmployeeStatus. If strEmployeeStatus = "A", she be active; if strEmployeeStatus = "I", she be inactive. I need a query that tells me how many active employees there is in each department. I am thinking create a field with a query? I don't want to list the employees. I just want a total for each department.
Any suggestions appreciated,
Kay
from Toronto