S
Sandra
I have a master table called PeoplePlaces. I have a
table called Relations which lists individuals related to
a record in PeoplePlaces. I have 2 tables, RAffiliations
and RCampaigns that list specific information about the
individuals in Relations. I want to establish
Referential Integrity with all these tables so that if I
delete a record from PeoplePlaces all the linked records
in Relations, RAffiliations and RCampaigns are also
deleted. Or, if I delete a record from Relations, it
will also delete the related records in RAffiliations and
RCampaigns. I have no problem establishing Referential
Integrity between PeoplePlaces and Relations, but I
cannot seem to accomplish this between Relations and
RAffiliations and RCampaigns so that all the records will
cascade properly.
I get an error message about "...records relating to an
employee in the related table, but no record for the
employee in the primary table..."
I don't understand the problem. And even if I delete the
link between PeoplePlaces and Relations so that Relations
is a stand-alone table, I still cannot get the other 2
tables to establish Referential Integrity. How do I fix
this???
TIA,
Sandra
table called Relations which lists individuals related to
a record in PeoplePlaces. I have 2 tables, RAffiliations
and RCampaigns that list specific information about the
individuals in Relations. I want to establish
Referential Integrity with all these tables so that if I
delete a record from PeoplePlaces all the linked records
in Relations, RAffiliations and RCampaigns are also
deleted. Or, if I delete a record from Relations, it
will also delete the related records in RAffiliations and
RCampaigns. I have no problem establishing Referential
Integrity between PeoplePlaces and Relations, but I
cannot seem to accomplish this between Relations and
RAffiliations and RCampaigns so that all the records will
cascade properly.
I get an error message about "...records relating to an
employee in the related table, but no record for the
employee in the primary table..."
I don't understand the problem. And even if I delete the
link between PeoplePlaces and Relations so that Relations
is a stand-alone table, I still cannot get the other 2
tables to establish Referential Integrity. How do I fix
this???
TIA,
Sandra