mikeo1313
09-01-2010, 04:07 PM
How can you accomplish union queries to combine multiple tables of similar structure.
this is the union query. I have 3 tables I want to get put into a 4th.
SELECT *
FROM T1
UNION ALL
SELECT *
FROM T2
INTO T4
????????
this is the union query. I have 3 tables I want to get put into a 4th.
SELECT *
FROM T1
UNION ALL
SELECT *
FROM T2
INTO T4
????????