R
ryguy7272
I am trying to create a UnionQuery, which is almost working the way I want it
to, but not quite. I want to put a field named ‘Year’ right at the end. My
SQL is below:
SELECT *, "2008" FROM [RMReport];
UNION SELECT *, "2008" FROM [Report2008];
I am getting 2008 one field before the last field and the name of the filed
is ‘Expr1000’. How can I get the Year right at the end, and also name the
Filed as ‘Year’?
Thanks so much,
Ryan---
to, but not quite. I want to put a field named ‘Year’ right at the end. My
SQL is below:
SELECT *, "2008" FROM [RMReport];
UNION SELECT *, "2008" FROM [Report2008];
I am getting 2008 one field before the last field and the name of the filed
is ‘Expr1000’. How can I get the Year right at the end, and also name the
Filed as ‘Year’?
Thanks so much,
Ryan---