I have a table called team which contains the following fields...
team_id [autonumber]
team [text]
There are 46 teams each with their own team_id.
I have a table called games and in this table there are many fields. Two of the fields are called Home_id [number] and Away_id [number] which...