D
drober
I have 3 Queries and want to combine some info to list all employees that do
not qualify for bonus
#1 Query:EmployeeInfo_qry (this query represents all employees that could
possibly qualify for bonus)
Some Fields:
AWID
PayrollID
LastName
FirstName
Title
HireDate
TeamName
#2 Query:1stQtrLOA_qry (this query show all employees that were on leave for
the entire 1st quarter therefore disqualifying them for bonus)
Some Fields:
DateID
AWID
PayrollID
LastName
FirstName
LOA
#3 Query: 1stQtrAD_qry (this query show all employees that are on written
warnings for either attendance or code of conduct therefore disqualifying
them for bonus)
Some Fields:
DateID
AWID
PayrollID
LastName
FirstName
CaseTrack
The Results I need are:
Fields:
AWID
PayrollID
LastName
FirstName
Title
TeamName
LOA
CaseTrack
Help me please
not qualify for bonus
#1 Query:EmployeeInfo_qry (this query represents all employees that could
possibly qualify for bonus)
Some Fields:
AWID
PayrollID
LastName
FirstName
Title
HireDate
TeamName
#2 Query:1stQtrLOA_qry (this query show all employees that were on leave for
the entire 1st quarter therefore disqualifying them for bonus)
Some Fields:
DateID
AWID
PayrollID
LastName
FirstName
LOA
#3 Query: 1stQtrAD_qry (this query show all employees that are on written
warnings for either attendance or code of conduct therefore disqualifying
them for bonus)
Some Fields:
DateID
AWID
PayrollID
LastName
FirstName
CaseTrack
The Results I need are:
Fields:
AWID
PayrollID
LastName
FirstName
Title
TeamName
LOA
CaseTrack
Help me please