R
ragtopcaddy via AccessMonster.com
I've read on this group that it's possible to create a Crosstab/Union query.
However, this doesn't work:
TRANSFORM First(yrSales)
SELECT "Sales" as Graph
FROM qryMktTtls
GROUP BY [Market#], "Sales"
PIVOT Year
Union
TRANSFORM First(yrProfit)
SELECT "Profits" as Graph
FROM qryMktTtls
GROUP BY [Market#], "Profits"
PIVOT Year
What do I have to do to make this work?
However, this doesn't work:
TRANSFORM First(yrSales)
SELECT "Sales" as Graph
FROM qryMktTtls
GROUP BY [Market#], "Sales"
PIVOT Year
Union
TRANSFORM First(yrProfit)
SELECT "Profits" as Graph
FROM qryMktTtls
GROUP BY [Market#], "Profits"
PIVOT Year
What do I have to do to make this work?