I am trying to use an append query to append records from one table to another with identical field structures.
I am getting an "Unable to append" warning due to key violations although I know the records are not duplicates.
The only thing I can think of must be about the autonumber primary key. Both tables have this. I have tried not both appending the primary key and not appending the primary key from the source table and still get the unable to append.
Other than that, it's a simple append and can't figure out why the target table isn't accepting the records.
Any Ideas?
Thanks.
I am getting an "Unable to append" warning due to key violations although I know the records are not duplicates.
The only thing I can think of must be about the autonumber primary key. Both tables have this. I have tried not both appending the primary key and not appending the primary key from the source table and still get the unable to append.
Other than that, it's a simple append and can't figure out why the target table isn't accepting the records.
Any Ideas?
Thanks.