Referential Integrity Question

micki_free

New member
Local time
Today, 02:09
Joined
May 1, 2008
Messages
8
I have two tables. One of the tables has two foreign keys in it that are the primary key in the other table.

How do i set up two seperate relationships between the tables as one table uses the primary key of the other table as a foreign key in two fields
 
I have two tables. One of the tables has two foreign keys in it that are the primary key in the other table.

How do i set up two seperate relationships between the tables as one table uses the primary key of the other table as a foreign key in two fields

Add the main table twice and link the one field once to each of the foreign key fields.
 

Users who are viewing this thread

Back
Top Bottom