L
ladybug via AccessMonster.com
I have a table that has Employee Information. I have another table that
tracks License Information for the employees. The fields in this table
include dates for: when application is turned in, when application is mailed,
and when license is received. There is a third table that tracks if an
Employee is on a Leave of Absence. If they are on a Leave, the Employee ID
along with the type of leave, begin date for leave, and then when they return
an end date will be stored in this table.
I am trying to create a report that lists employee license information and
state if they are currently out on Leave or not.
I tried to create a query that had the expression IIF(IsDate([EndDate]) =
True,"No","Yes")
The problem that I am now coming across is if the employee has never had a
Leave of Absence then they are not showing up at all.
Can someone help me with a solution?
tracks License Information for the employees. The fields in this table
include dates for: when application is turned in, when application is mailed,
and when license is received. There is a third table that tracks if an
Employee is on a Leave of Absence. If they are on a Leave, the Employee ID
along with the type of leave, begin date for leave, and then when they return
an end date will be stored in this table.
I am trying to create a report that lists employee license information and
state if they are currently out on Leave or not.
I tried to create a query that had the expression IIF(IsDate([EndDate]) =
True,"No","Yes")
The problem that I am now coming across is if the employee has never had a
Leave of Absence then they are not showing up at all.
Can someone help me with a solution?