B
Beverly Butler
Guest
I am brand new to this forum, and I hope my question is not too simplistic.
I have 3 tables that have a common field. When I update the main table, I want the common field to be updated in the other two tables. This worked for quite some time, just using the cascade update, cascade delete settings for referential integrity.
However, I can no longer get them to cascade. I don't know of anything I have done differently. I then tried to get them to update using an update query, and I get the message that the records cannot be added to the second table because of a key violation. The primary key for the main table is the field I am trying to get to cascade update. The primary key for the second table is an autonumber.
I'd appreciate any help anyone can give me.
I have 3 tables that have a common field. When I update the main table, I want the common field to be updated in the other two tables. This worked for quite some time, just using the cascade update, cascade delete settings for referential integrity.
However, I can no longer get them to cascade. I don't know of anything I have done differently. I then tried to get them to update using an update query, and I get the message that the records cannot be added to the second table because of a key violation. The primary key for the main table is the field I am trying to get to cascade update. The primary key for the second table is an autonumber.
I'd appreciate any help anyone can give me.