Key Violation Error

N

Nick Noone

I have an append query that is giving me the following
error msg and I'm not sure what it means, or how I can
correct this.

"...set 0 field(s) to Null due to a type conversion
failure, and it didn't add 1982771 record(s) to the table
due to key violations, 0 record(s) due to lock violations,
and 0 record(s) due to validation rule violations."

please help!
 
R

Rick Brandt

Nick Noone said:
I have an append query that is giving me the following
error msg and I'm not sure what it means, or how I can
correct this.

"...set 0 field(s) to Null due to a type conversion
failure, and it didn't add 1982771 record(s) to the table
due to key violations, 0 record(s) due to lock violations,
and 0 record(s) due to validation rule violations."

It can mean several things, but most often it is because you are attempting to insert
duplicate records for a field(s) having a unique index.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top