R
rgagarrett
I'm using Microsoft Access to create my database. In short, my problem
is this: I have three tables: one containing information about players
(1 record per person); one containing information about dates (1 record
per date); and one that holds information about both of these (multiple
records for players and dates). I enter into the third table the date,
playerID and then some information. I need to find all the dates in
this third table for which a playerID does _not_ exist (i.e. those
dates that I haven't entered info about the player yet).
In other words:
Table 1:
PlayerID (primary key)
PlayerName
Table 2:
Date (primary key)
Record2
Record3
Table 3:
Date (related to Date in table 2)
PlayerID (related to PlayerID in table 1)
Available
I need a list of the dates and playerID's that do not occur together in
table 3. Any help and suggestions would be much appreciated - I've not
been able to find anything in my searching on the web.
Thanks.
is this: I have three tables: one containing information about players
(1 record per person); one containing information about dates (1 record
per date); and one that holds information about both of these (multiple
records for players and dates). I enter into the third table the date,
playerID and then some information. I need to find all the dates in
this third table for which a playerID does _not_ exist (i.e. those
dates that I haven't entered info about the player yet).
In other words:
Table 1:
PlayerID (primary key)
PlayerName
Table 2:
Date (primary key)
Record2
Record3
Table 3:
Date (related to Date in table 2)
PlayerID (related to PlayerID in table 1)
Available
I need a list of the dates and playerID's that do not occur together in
table 3. Any help and suggestions would be much appreciated - I've not
been able to find anything in my searching on the web.
Thanks.