M
Mike
I have a report based on a query that shows each
employee's vacation time accrued, used and balance. The
problem with the report is that it only shows employees
that have used vacation time and not those who have not.
The query uses 3 tables:
Employee TimeCard WorkHours
--------------------------------------------------
EmployeeID DateWorked JobCode
PaidVacation Hours
The query also has a calculated field:
Balance:[PaidVacation]-[Hours]
By setting the criteria for [JobCode] to "81808" the code
for vacation, I get a query that shows everyone that took
vacation time with their balance.
I would like it to include those who have not taken
vacation also.
Thanks for any advice!
employee's vacation time accrued, used and balance. The
problem with the report is that it only shows employees
that have used vacation time and not those who have not.
The query uses 3 tables:
Employee TimeCard WorkHours
--------------------------------------------------
EmployeeID DateWorked JobCode
PaidVacation Hours
The query also has a calculated field:
Balance:[PaidVacation]-[Hours]
By setting the criteria for [JobCode] to "81808" the code
for vacation, I get a query that shows everyone that took
vacation time with their balance.
I would like it to include those who have not taken
vacation also.
Thanks for any advice!