I have a table, such as this:
I am trying to query it so the state FL, NC, etc become Column names, with their Gross beneath them, followed by a 'Total Gross' column, etc...
A crosstab query doesn't seem to work out for me - I looked at pivot tables without any luck.
Any help would be appreciated.
Thanks - Randy
ps An XLS is attached
Code:
State Count Gross Net
FL 4 120 60
NC 3 90 45
NY 5 30 15
I am trying to query it so the state FL, NC, etc become Column names, with their Gross beneath them, followed by a 'Total Gross' column, etc...
Code:
FL NC NY Gross Net Count
120 90 30 240 120 12
A crosstab query doesn't seem to work out for me - I looked at pivot tables without any luck.
Any help would be appreciated.
Thanks - Randy
ps An XLS is attached