Dannyboy11
Registered User.
- Local time
- Today, 12:38
- Joined
- Jul 1, 2010
- Messages
- 58
Hi
I have tblTeams (pkTeamID, TeamName, Ground) and then I also have a tblMatches, which consists of pkMatchID, fkTeamID, fkTeamID2, fkRefereeID
I established a relationship between pkTeamID and fkTeamID. However, one match will consist of two teams. How can I make it so that the table will recognise which team is in fkTeamID2?
I also have a relationship between fkRefereeID and the RefereeID in my referees table.
I have tblTeams (pkTeamID, TeamName, Ground) and then I also have a tblMatches, which consists of pkMatchID, fkTeamID, fkTeamID2, fkRefereeID
I established a relationship between pkTeamID and fkTeamID. However, one match will consist of two teams. How can I make it so that the table will recognise which team is in fkTeamID2?
I also have a relationship between fkRefereeID and the RefereeID in my referees table.