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...