HoganGroup
Technical User
Hi fellows: I am at a complete lost as to how to construct a query or report to answer this question. Any help is greatly appreciated. The question I need to answer is this:
Identify the SchID and month for each SchID/Month combo for which there is not at least one associated AttendanceDate between that SchID's StartDate and EndDate.
Table structure:
tblSchedules
------------------
SchID
StartDate
EndDate
tblAttendance
--------------------
AttendanceID
SchID
AttendanceDate
AttendanceStatus
Identify the SchID and month for each SchID/Month combo for which there is not at least one associated AttendanceDate between that SchID's StartDate and EndDate.
Table structure:
tblSchedules
------------------
SchID
StartDate
EndDate
tblAttendance
--------------------
AttendanceID
SchID
AttendanceDate
AttendanceStatus