I apologize in advance for the likely simple-minded nature of this question.
I want a simple database to track the English Premier Soccer League. Naturally I have a table "Teams" with team names and a unique autonumber as the key field.
A "Games" table has game number (key field - autonumber), week number, home team number, visitor team number, home points, visitor points.
I want to create a form to enter match results - all of the above from table "Games", and also pull the team names from table "Teams".
I believe I have the table relationships defined correctly. The relationship window auto-created a second version of the "Teams" table ("Teams_1") so that both Home and Visitor team numbers are in a many-to-one relationship between the tables "Games" and "Teams" or "Teams_1".
I tried to use the form wizard, but I keep getting the same team name for both Home and Visitors. If this makes sense to anyone and you know a solution, I would very much appreciate any suggestions. Thanks in advance.
Conor
I want a simple database to track the English Premier Soccer League. Naturally I have a table "Teams" with team names and a unique autonumber as the key field.
A "Games" table has game number (key field - autonumber), week number, home team number, visitor team number, home points, visitor points.
I want to create a form to enter match results - all of the above from table "Games", and also pull the team names from table "Teams".
I believe I have the table relationships defined correctly. The relationship window auto-created a second version of the "Teams" table ("Teams_1") so that both Home and Visitor team numbers are in a many-to-one relationship between the tables "Games" and "Teams" or "Teams_1".
I tried to use the form wizard, but I keep getting the same team name for both Home and Visitors. If this makes sense to anyone and you know a solution, I would very much appreciate any suggestions. Thanks in advance.
Conor