Backdraft
07-08-2002, 06:59 AM
I am pretty new to Access and have a course for creating a football league database (albeit a small one). My problem stems from the fact that I cannot have the Teamid from one table into another table twice in a relationship.
e.g
Table1:
Teamid (key)
TeamName
Venue
Shirts
Shorts
Socks
Table 2: (Fixture)
Matchid (key)
Date
Type (league or cup)
HomeTeam (from Teamid)
AwayTeam (from Teamid)
As Teamid will not be entered from the external table twice into the new one, do I make a drop down list from Teamid and enter it as a different field?
Or do I make different tables for both Home and Away teams?
I am pretty much at the end of my tether, as there aren't many tutorials on this ... and not many books either!!
Any help is greatly appreciated
Thanks in advance
e.g
Table1:
Teamid (key)
TeamName
Venue
Shirts
Shorts
Socks
Table 2: (Fixture)
Matchid (key)
Date
Type (league or cup)
HomeTeam (from Teamid)
AwayTeam (from Teamid)
As Teamid will not be entered from the external table twice into the new one, do I make a drop down list from Teamid and enter it as a different field?
Or do I make different tables for both Home and Away teams?
I am pretty much at the end of my tether, as there aren't many tutorials on this ... and not many books either!!
Any help is greatly appreciated
Thanks in advance