J
Jim Dudley
My query says that it is going to update 70 records. That is what it is
supposed to do. It says that it cannot update 63 of those records due to "Key
Violations".
What is a key violation?
My Table that is being updated to has a primary key and it is joined to the
corresponding [field] in the many Table, [field] is not a key field. It is
indexed allowing dups.
The two tables do not share a common Primary Key.
How do you correct this problem? I need all 70 records to post not just 7.
Thank you.
supposed to do. It says that it cannot update 63 of those records due to "Key
Violations".
What is a key violation?
My Table that is being updated to has a primary key and it is joined to the
corresponding [field] in the many Table, [field] is not a key field. It is
indexed allowing dups.
The two tables do not share a common Primary Key.
How do you correct this problem? I need all 70 records to post not just 7.
Thank you.