Hi everyone,
I had 2 large tables in access (65k rows each), both tables have the exact same column headers. I combined the two using a UNION ALL query. Nothing else was done in access.
Now i'm trying to run an excel pivot table off this query, but when i go through the steps to link to an external source it's only showing the access tables.
Is there something wrong with my query?
SELECT*FROM [Q1]
UNION ALL SELECT*FROM [Q2];
Why wouldnt this show as an external source option?
Thanks in advance!
I had 2 large tables in access (65k rows each), both tables have the exact same column headers. I combined the two using a UNION ALL query. Nothing else was done in access.
Now i'm trying to run an excel pivot table off this query, but when i go through the steps to link to an external source it's only showing the access tables.
Is there something wrong with my query?
SELECT*FROM [Q1]
UNION ALL SELECT*FROM [Q2];
Why wouldnt this show as an external source option?
Thanks in advance!