SQL - Help with Joins
Here's my situation:
tblRefs:
RefID
FirstName
...etc.
tblDates:
DateID
DateData
tblSports:
SportID
Sport
tblOffDates:
RefID
DateID
tblOffSports:
RefID
SportID
I need to be able to get a recordset that contains referees who are NOT working on a specific date. For example, Mr. Scheduler asks to find a basketball referee who is open on Feb 1, 2006. How do I get all the refs who do NOT have a record for that date?
Thanks in advance for your help!!
|