When I run an append query I'm receiving an error message stating that it won't append 300 records to the table due to a key violation.
The append query compiles data from tables in 20 separate databases into a master table for reporting. To handle key fields, I dump key field data (autonumbers) into a regular number field in the master table, so I don't understand why I'm getting key violations.
I looked at the tables but can't figure out the problem. And what's wierd is that 1 of the 3 append queries works just fine but the other two give me key violation errors.
Am I missing something obvious? What's the first thing I should look for?
The append query compiles data from tables in 20 separate databases into a master table for reporting. To handle key fields, I dump key field data (autonumbers) into a regular number field in the master table, so I don't understand why I'm getting key violations.
I looked at the tables but can't figure out the problem. And what's wierd is that 1 of the 3 append queries works just fine but the other two give me key violation errors.
Am I missing something obvious? What's the first thing I should look for?