Append query and error

C

Chi

Hi,

I use the Append query to append information from the table A to table B. I
got an error message "Microsoft Office Access set 0 field(s) to Null due to a
type conversion failure, and it didn't add 13041 records to the table due to
key violations."

However, it works- It added 13041 records to table B- but I don't know where
the errors are and how to fix it.

Would you please show me what I should to do ?

Please help
 
J

Jeanette Cunningham

It sounds as if you are trying to add the 13041 records again.
I think that you ran the append query and it put the 13041 records in table
B, then you tried to run the append query once more and Access won't let you
put the same records in a second time and this is what the error message is
trying to tell you. This has happened to me on occasions.

Jeanette Cunningham
 
L

Linq Adams via AccessMonster.com

It would probably help t see the code where you're running the query.
 
C

Chi

Thank you so much Jeanette!! You are right!

Chi

Jeanette Cunningham said:
It sounds as if you are trying to add the 13041 records again.
I think that you ran the append query and it put the 13041 records in table
B, then you tried to run the append query once more and Access won't let you
put the same records in a second time and this is what the error message is
trying to tell you. This has happened to me on occasions.

Jeanette Cunningham
 
Top