I'm sure there must be an easy way to do this..
I would like a report to list company financial information for the past few quarters (haven't decided yet, probably 4 or 5).
I would like the structure below
Each line is a field in a table (tblIncome).
However, I'm having trouble laying out the table. Columns seem to be the obvious solution, but that means the lables (Net income etc.) are printed out on each column. I could have a normal report and use Dlookup for each field, for each quarterly result but that would take a long time (I think) and is not very elegant.
Is there another way?
I would like a report to list company financial information for the past few quarters (haven't decided yet, probably 4 or 5).
I would like the structure below
Code:
June 05 Mar 05 Dec 04
Net Income $xx $xx $xx
Cost of Revenue $yy $yy $yy
.
.
.
Each line is a field in a table (tblIncome).
However, I'm having trouble laying out the table. Columns seem to be the obvious solution, but that means the lables (Net income etc.) are printed out on each column. I could have a normal report and use Dlookup for each field, for each quarterly result but that would take a long time (I think) and is not very elegant.
Is there another way?