Subject: SQL - Help with Joins
Posted By: oldmuttonhead Post Date: 1/21/2006 4:02:36 PM
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!!

Go to topic 34771

Return to index page 389
Return to index page 388
Return to index page 387
Return to index page 386
Return to index page 385
Return to index page 384
Return to index page 383
Return to index page 382
Return to index page 381
Return to index page 380