R
Rover
I have a non keyed temp invoice table (tbl_tmp_inv). I am trying to
append all the records to a keyed invoice table (tbl_inv). Under
"Relationships" the tbl_inv is linked to tbl_paymnts and tbl_log. I
have cleared tbl_inv tbl_payments and tbl_log and run an append query,
appending all tbl_tmp_inv into tbl_inv. It doesn't work. I get a
warning that 22 (of 87) records can't be added due to key violations.
All invoice numbers (the key) are unique. Further, if I create a new
database and import the two tables and the query, IT WORKS FINE!! So...
What in the relationship is causing the problem? I've checked all
associated tables and can find nothing wrong. What am I missing?
append all the records to a keyed invoice table (tbl_inv). Under
"Relationships" the tbl_inv is linked to tbl_paymnts and tbl_log. I
have cleared tbl_inv tbl_payments and tbl_log and run an append query,
appending all tbl_tmp_inv into tbl_inv. It doesn't work. I get a
warning that 22 (of 87) records can't be added due to key violations.
All invoice numbers (the key) are unique. Further, if I create a new
database and import the two tables and the query, IT WORKS FINE!! So...
What in the relationship is causing the problem? I've checked all
associated tables and can find nothing wrong. What am I missing?