Monthly/Yearly Reporting

G

Guest

Hi,
I have asked this question previously and followed some of the instructions,
but i cant get it to work out correctly. The fields i have in a table are
[Date Rec] and [Appl Ltr] and i want to do a monthly/yearly report by Date
Rec grouped by Appl ltr. I want this report to span horizontally and show
every years report.

For example,

Year 2000
Appl ltr Jan Feb Mar .. Dec Total
A 3 5 3 3 14
B 5 5 5 5 20
..

Year 2001
Appl ltr Jan Feb Mar .. Dec Total
A 5 4 1 10 20
..

....


Just like that.

I was directed to use a crosstab query and implement that into the report,
but that can either give me a report monthly or yearly, not both. I was
thinking about doing this with a Report/Subreport, but i cant figure out
exactly how to do it. Therefore if someone could help me, maybe provide an
example of some sort that would be great!

Thanks,
Tim
 
D

Duane Hookom

The crosstab should work. Set the Row Headings to both [Appl Ltr] and
Year([Date Rec]). The column heading would be Format([Date Rec],"mmm") and
the value is whatever (maybe a count).

Add another Row Heading that Counts or sums similar to your crosstab value.

Set the Column Headings property to:"Jan","Feb",..."Dec"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Creating a Yearly Report 12
Monthly/Yearly Report 4
Access 2007-Report by Month; Year to Date Total 2
Help to design a report. 5
Excel Help with dates 2
Acumulative value 1
horizontal grouping in ACCESS reports 2
Yearly Average 1

Top