G
Guest
I have 3 tables: A, B and C.
tblA contains a PK field "Name" which is joined to tblB and tblC as shown
below... which works fine...
tblA tblB
Name -------> Name (many-to-one, w/referential integrity enabled)
tblA tblC
Name -------> Name (many-to-one, w/referential integrity enabled)
Now, tblB has a PK field "Config" that I wish to join to the Foreign key
"Config" field in tblC with referential integrity enforced, so that if I
change Config in tblB, tblC automatically updates to the correct value. How
do I do this?
tblA contains a PK field "Name" which is joined to tblB and tblC as shown
below... which works fine...
tblA tblB
Name -------> Name (many-to-one, w/referential integrity enabled)
tblA tblC
Name -------> Name (many-to-one, w/referential integrity enabled)
Now, tblB has a PK field "Config" that I wish to join to the Foreign key
"Config" field in tblC with referential integrity enforced, so that if I
change Config in tblB, tblC automatically updates to the correct value. How
do I do this?