B
briank
I would like to append several tables into one master
table. I am trying to do it by altering the SQL command
on one of the wizards but keep getting errors. Any
assistance the following logic would be appreciated.
INSERT INTO tblRegionAD
SELECT tblSouthWindsor.*
FROM tblSouthWindsor
INSERT INTO tblRegionAD
SELECT tblStafford.*
FROM tblStafford;
table. I am trying to do it by altering the SQL command
on one of the wizards but keep getting errors. Any
assistance the following logic would be appreciated.
INSERT INTO tblRegionAD
SELECT tblSouthWindsor.*
FROM tblSouthWindsor
INSERT INTO tblRegionAD
SELECT tblStafford.*
FROM tblStafford;