im trying to perform an append query, but for some reason cannot due to 'key violations'.
the primary keys in both tables are exactly the same. im trying to append a row from one table to the other without creating additional records.
i can do the append, creating additional records when i remove the primary key from the destination table, but that wont work. and im getting sick of cut and paste.
any thoughts?
the primary keys in both tables are exactly the same. im trying to append a row from one table to the other without creating additional records.
i can do the append, creating additional records when i remove the primary key from the destination table, but that wont work. and im getting sick of cut and paste.
any thoughts?