I am trying to move records from one table to another using an append query. Neither table is connected via any relationship. All fields being appended have matching data types. No field is set to required, all allow zero length. Both tables have autonumber primary keys but the append query does not include either of them. If I set the table to be appended primary key "indexed" to "no", the append query works but the new record gives a duplicated primary key. If I set "indexed" to "yes(No Duplicates)" I get a key violation message and the query doesn't work. It appears that the record is trying to keep its autonumber when it moves over. I've searched for an answer but I am stuck and my brain hurts.
If anyone could help I would greatly appreciate it.
Thanks
If anyone could help I would greatly appreciate it.
Thanks
Comment