S
Syma
I have a relationship/referential integrity problem. I
have a primary table and a secondary table, both with a
common field. In the primay table, it is the primary
key. I have data in both tables now, 736 records worth.
But, I need to change the data in the primary key of the
primary table, and have the secondary table updated to
match that field. Unfortunatly, I cannot do so. It loses
the data in the secondary table. So, I try to change the
relationship so it inforces referential integrity. It
will not let me do so because it "violates referential
integrity rules." It says there are records in the
secondary table that are not related to records in the
primary table. How can I get around this? It appears too
late to inforce referential integrity. What else can I do
to make this happen??
have a primary table and a secondary table, both with a
common field. In the primay table, it is the primary
key. I have data in both tables now, 736 records worth.
But, I need to change the data in the primary key of the
primary table, and have the secondary table updated to
match that field. Unfortunatly, I cannot do so. It loses
the data in the secondary table. So, I try to change the
relationship so it inforces referential integrity. It
will not let me do so because it "violates referential
integrity rules." It says there are records in the
secondary table that are not related to records in the
primary table. How can I get around this? It appears too
late to inforce referential integrity. What else can I do
to make this happen??