R
Renee
I have several tables linked by Social Security No.(the
primary key). They also all contain each employee's
initials.
Employee_Info (my main table) is linked one-to-one with
Phone_Numbers, which is linked one-to-one with Addresses,
etc.
All the relationships are supposed to enforce referential
integrity and cascade update. But if I change the Social
Security No. in one place I get an error saying that the
record cannot be saved because there is not a
corresponding record in the related table. I can change
the initials in one table, but it does not update the
related tables.
Any ideas?
primary key). They also all contain each employee's
initials.
Employee_Info (my main table) is linked one-to-one with
Phone_Numbers, which is linked one-to-one with Addresses,
etc.
All the relationships are supposed to enforce referential
integrity and cascade update. But if I change the Social
Security No. in one place I get an error saying that the
record cannot be saved because there is not a
corresponding record in the related table. I can change
the initials in one table, but it does not update the
related tables.
Any ideas?