So basically I am trying to design my simple Employee/Mission Tracking Database using Access.
I wanted to create a relationship between Employee
table and Mission
table ( many-to-many). Therefore, I needed to create a bridge-or conjunction- entity, I named it Mission_Assignment
. Obviously, PKs of the two related tables ( Mission_ID and Employee_ID) should be included in this bridge entity as foreign keys.
When I tried to join Mission_Assignment
with Mission
by dragging the PK Mission_ID to the other table, Access didn't show me the option of making this relation as one-to-many, even if I have checked the Enforce refrential integrity box. The only option I got is "Indeterminate" relationship type!
I want to know why this happened? Why can't I have this one-to-many relationship? I tried to change the data type of the PK of the related table using Lookup Wizard, in order to be recognized as a foreign key in the conjunction table, but it didn't work.
Any help would be appreciated.
Check the structure of your [Mission] table. I suspect that [Mission_ID] (or whatever column from [Mission] you are trying to use in the Relationship) is not actually designated as the Primary Key for that table.
Access determines the Relationship Type as follows: