I
Ian Burton
hi,
I am trying to find out how to swap the axis of a table in order to
make reporting more user friendly.
I have a financial analysis reporting tool ,which pulls data from SQL
Server. I need to create a report or query, which I can export to
excel, which mimics the behaviour of the manual excel report that some
analysts have produced. It is actually quite logical to do it this
way, just seems impossible in Access.
An example of the table format is here:
Field: week number - A
Field: Date - B
Field: average age of Outstanding invoices - C
Field: total debtors. - D
So when I view it normally in access, and normal reports, it shows
with a seperate record on each horizontal line, and the more records
going down the page. It looks like this:
weekNo date C D
12 13/3/2009 34 135
13 20/3/2009 78 298
etc etc
the problem is that field labels are very long, and there are a lot of
them, so having it across the top does not really work well.
An example of the report format I want is here.
week no: 12 13 ...
date: 13.3.2009 20/3/2009 ...
C 34 78
D 135 298
I have been looking at transposing in excel ,but it never works
properly, and is too unreliable Ideally I want it in Access, then I
can always export from ma query or report for the user later.
Any ideas at all on how to approach this problem. third party tools,
anything.#
thanks in advance for your help.
Ian Burton
I am trying to find out how to swap the axis of a table in order to
make reporting more user friendly.
I have a financial analysis reporting tool ,which pulls data from SQL
Server. I need to create a report or query, which I can export to
excel, which mimics the behaviour of the manual excel report that some
analysts have produced. It is actually quite logical to do it this
way, just seems impossible in Access.
An example of the table format is here:
Field: week number - A
Field: Date - B
Field: average age of Outstanding invoices - C
Field: total debtors. - D
So when I view it normally in access, and normal reports, it shows
with a seperate record on each horizontal line, and the more records
going down the page. It looks like this:
weekNo date C D
12 13/3/2009 34 135
13 20/3/2009 78 298
etc etc
the problem is that field labels are very long, and there are a lot of
them, so having it across the top does not really work well.
An example of the report format I want is here.
week no: 12 13 ...
date: 13.3.2009 20/3/2009 ...
C 34 78
D 135 298
I have been looking at transposing in excel ,but it never works
properly, and is too unreliable Ideally I want it in Access, then I
can always export from ma query or report for the user later.
Any ideas at all on how to approach this problem. third party tools,
anything.#
thanks in advance for your help.
Ian Burton