C
Carl Rapson
I've searched through the forum for related posts, but I haven't seen one
with this particular situation. I'm attempting to append records from one
table to another. The source table is in an external database, linked
through ODBC. I created the Access table by copying the source table and
pasting the structure only, so I would assume the data types match. I then
removed all indexes from the Access table. When I run my append query, I get
a message stating 12 records (out of over 58,000) were not added due to key
violations.
As I said, I removed all indexes from the Access table. I also checked all
fields, and none have Yes under Required, and all text fields have Yes under
Allow Zero Length. So what else could give rise to this particular error
message? I tried running an unmatched query joining the 2 tables on the
primary key fields, but no records were returned. This makes me suspect that
another field in the record could be causing this. Is that a possibility?
Thanks,
Carl Rapson
with this particular situation. I'm attempting to append records from one
table to another. The source table is in an external database, linked
through ODBC. I created the Access table by copying the source table and
pasting the structure only, so I would assume the data types match. I then
removed all indexes from the Access table. When I run my append query, I get
a message stating 12 records (out of over 58,000) were not added due to key
violations.
As I said, I removed all indexes from the Access table. I also checked all
fields, and none have Yes under Required, and all text fields have Yes under
Allow Zero Length. So what else could give rise to this particular error
message? I tried running an unmatched query joining the 2 tables on the
primary key fields, but no records were returned. This makes me suspect that
another field in the record could be causing this. Is that a possibility?
Thanks,
Carl Rapson