G
Guest
I get an error when I try to run the following
INSERT INTO tbl_Round2
SELECT *
FROM tbl_Changes_PSG_Round2, tbl_Changes_IPG_Round2;
The tables have the same fields. The Update query works with one tbl. The
error says 'Duplicate output destination "Qtr"'. Qtr is the first field in
the tables.
INSERT INTO tbl_Round2
SELECT *
FROM tbl_Changes_PSG_Round2, tbl_Changes_IPG_Round2;
The tables have the same fields. The Update query works with one tbl. The
error says 'Duplicate output destination "Qtr"'. Qtr is the first field in
the tables.