G
Guest
I want to create a query that returns the names of employees that have NOT
received a paycheck since a certain date.
My primary table is Emp_Main where I store EmpKey, LastName and FirstName.
My secondary table would be Emp_CheckHistory where I store EmpKey and PayDate.
Can anyone help me create this query?
Thank you in advance.
received a paycheck since a certain date.
My primary table is Emp_Main where I store EmpKey, LastName and FirstName.
My secondary table would be Emp_CheckHistory where I store EmpKey and PayDate.
Can anyone help me create this query?
Thank you in advance.