T
TonyB
I have a simple test design with two tables, each with PK, and one has a FK.
I am trying to create a relationship from the PK of one table to the FK of
another table. But access always makes it a 1-1 not 1-many ? What might be
the explanation of this ?
Example
tblStaff tblBonus
Initials (PK) Date (PK)
FamilyName Initials (FK)
ChristianName Amount
Reason
If I create a relationship between the tblBonus Initials(FK) to tblStaff
Initials(PK) it is 1 - 1 ?
Initials is a two character field
Thanks Tony
I am trying to create a relationship from the PK of one table to the FK of
another table. But access always makes it a 1-1 not 1-many ? What might be
the explanation of this ?
Example
tblStaff tblBonus
Initials (PK) Date (PK)
FamilyName Initials (FK)
ChristianName Amount
Reason
If I create a relationship between the tblBonus Initials(FK) to tblStaff
Initials(PK) it is 1 - 1 ?
Initials is a two character field
Thanks Tony