R
ryguy7272
Is it possible to do a union query based on two crosstab queries? I have 639
records in one crosstab query and 225 records in another crosstab query, for
a total of 864 records. When I build a union query, based on those two
queries that I just mentioned, I get a total of 620 records.
The SQL seems extremely simple, but I just can't seem to get that magic 864
number:
SELECT * FROM qryAdvJolietCurrentQ
UNION SELECT * FROM qryAdvJoiletNextQ;
Any help is appreciated!!
Thanks,
Ryan--
records in one crosstab query and 225 records in another crosstab query, for
a total of 864 records. When I build a union query, based on those two
queries that I just mentioned, I get a total of 620 records.
The SQL seems extremely simple, but I just can't seem to get that magic 864
number:
SELECT * FROM qryAdvJolietCurrentQ
UNION SELECT * FROM qryAdvJoiletNextQ;
Any help is appreciated!!
Thanks,
Ryan--