I have an employees table with employeeid
I have a timesheet table with employeeid and weekid
I would like to query weekid and find employeeid who have no entries for that week. Can't seem to get anything to work. Anybody please. What's killing me is the comparison of employees.employeeid and timesheets.employeeid.
I have a timesheet table with employeeid and weekid
I would like to query weekid and find employeeid who have no entries for that week. Can't seem to get anything to work. Anybody please. What's killing me is the comparison of employees.employeeid and timesheets.employeeid.