G
Guest
Hi, guys! Good morning! I am using access 2003 and writing a simple database
for employees' 201 file. I want to print the total number of employees who
went on awol, terminated and currently active at the end of the report. I
have a column named "Status" and the values are as follows:
1-active
2-sick leave
3-maternity leave
4-awol
5-resigned
6-terminated
I was able to count the total number of employees, both active, awol, and
on-leave using the following at the Control Source:
="Total Number of Employees: (" & Count(*) & " " & IIf(Count(*)=1,"","") & ")"
but I can't get the total number of employees on-leave, awol, and separated
from the company. Please help. Thank you very much.
for employees' 201 file. I want to print the total number of employees who
went on awol, terminated and currently active at the end of the report. I
have a column named "Status" and the values are as follows:
1-active
2-sick leave
3-maternity leave
4-awol
5-resigned
6-terminated
I was able to count the total number of employees, both active, awol, and
on-leave using the following at the Control Source:
="Total Number of Employees: (" & Count(*) & " " & IIf(Count(*)=1,"","") & ")"
but I can't get the total number of employees on-leave, awol, and separated
from the company. Please help. Thank you very much.