G Guest Jan 6, 2006 #1 When I try and relate it automatically sets it as a one to one relationship...Dont I need a one to many relationship?
When I try and relate it automatically sets it as a one to one relationship...Dont I need a one to many relationship?
G Guest Jan 6, 2006 #2 If it automatically sets up a 1-1 relationship, you are joining the primary keys of the two tables. You should be able to see that they are in bold. For a 1-M relationship you need to join the Primary Key in one table to the Foreign Key in the other.
If it automatically sets up a 1-1 relationship, you are joining the primary keys of the two tables. You should be able to see that they are in bold. For a 1-M relationship you need to join the Primary Key in one table to the Foreign Key in the other.