
Signature
Duane Hookom
MS Access MVP
yes, I know it's a bit excessive, but this person wants a "flat" file, with
all data available for all students for all years - contains pre & post test
scores for about 60 different areas of testing.
Anyway, I'm not sure what you mean by UNION ALL - this is what I have:
SELECT *
FROM [2-98-99AllPrePost1]
UNION SELECT *
FROM [2-98-99AllPrePost2];
> Try using
> UNION ALL
[quoted text clipped - 9 lines]
> >> be
> >> in a union query?
Duane Hookom - 15 May 2005 05:26 GMT
SELECT *
FROM [2-98-99AllPrePost1]
UNION ALL
SELECT *
FROM [2-98-99AllPrePost2];

Signature
Duane Hookom
MS Access MVP
> yes, I know it's a bit excessive, but this person wants a "flat" file,
> with
[quoted text clipped - 25 lines]
>> >> be
>> >> in a union query?