I have an append query to a table that has an autonumber as a primary key.
Usually it works fine but sometimes it gives an error message says that X records could't be appended becouse of key violation, and evry time the X recordes is
different number. After 10-20 attempts the query appends all records.
It's clear to me that the problem is not the data, but what else can it be?!
TIA
Usually it works fine but sometimes it gives an error message says that X records could't be appended becouse of key violation, and evry time the X recordes is
different number. After 10-20 attempts the query appends all records.
It's clear to me that the problem is not the data, but what else can it be?!
TIA