I have an append query where the two tables have the same structure, and have a single field primary key. I have manipulated the data so that there are not duplicate values. However when I run it (SQL below) I get the error message that there are key violations.
Is there a way to troubleshoot this?
INSERT INTO General_Ledger
SELECT DISTINCT Exp.*
FROM Exp
Is there a way to troubleshoot this?
INSERT INTO General_Ledger
SELECT DISTINCT Exp.*
FROM Exp