G
Guest
I don't have any experience with append queries but when I try to run it, I
get an error message stating- "Duplicate output destination 'Employee'. Can
you tell me what's that about?
INSERT INTO Normalization ( Employee, [Date], Rate )
SELECT ActiveEmpPR.[Active Employees].Employee, ActiveEmpPR.Pay_Rate_Date1_,
ActiveEmpPR.Pay_Rate_1, *
FROM Normalization, ActiveEmpPR;
Thanks so much!
get an error message stating- "Duplicate output destination 'Employee'. Can
you tell me what's that about?
INSERT INTO Normalization ( Employee, [Date], Rate )
SELECT ActiveEmpPR.[Active Employees].Employee, ActiveEmpPR.Pay_Rate_Date1_,
ActiveEmpPR.Pay_Rate_1, *
FROM Normalization, ActiveEmpPR;
Thanks so much!