Hi,
I have a sql query (stored procedure) that returns a set of results as follows:
Date [Count Post Midday] [pre midday] Heldover
-------------------------------------------------------
1/07/2007 0 2 1
2/07/2007 0 0 0
3/07/2007 12 0 0
4/07/2007 8 9 7
5/07/2007 42 11 14
However I'd like to display the result set in an Access report as follows:
1/07/2007 2/07/2007 3/07/2007
[Count Post Midday] 0 0 12
[pre midday] 2 0 0
Heldover 1 0 0
Can anyone tell me how to flip round the results in Access to show this?
Thanks
Julie
I have a sql query (stored procedure) that returns a set of results as follows:
Date [Count Post Midday] [pre midday] Heldover
-------------------------------------------------------
1/07/2007 0 2 1
2/07/2007 0 0 0
3/07/2007 12 0 0
4/07/2007 8 9 7
5/07/2007 42 11 14
However I'd like to display the result set in an Access report as follows:
1/07/2007 2/07/2007 3/07/2007
[Count Post Midday] 0 0 12
[pre midday] 2 0 0
Heldover 1 0 0
Can anyone tell me how to flip round the results in Access to show this?
Thanks
Julie