A
Addy
hello there,
I have been spining my brains for quite some time on this one. I want
a simple cross tab query. following is a defination of my source data
Main Table: Tech Names
Tech Name - Region
-------------- - -----------
I run a query that counts the Tech names for each region so the
result is as below.
Region - Count
--------- ----------
South 55
North 50
East 65
West 10
I want the above to appear in a cross tab query like this:
South - North - East - West
------- --------- -------
I have been spining my brains for quite some time on this one. I want
a simple cross tab query. following is a defination of my source data
Main Table: Tech Names
Tech Name - Region
-------------- - -----------
I run a query that counts the Tech names for each region so the
result is as below.
Region - Count
--------- ----------
South 55
North 50
East 65
West 10
I want the above to appear in a cross tab query like this:
South - North - East - West
------- --------- -------