Report Format

G

Guest

Hi,
I currently have a report that prints out the year totals as rows:

ex:
Information 2006 Amount
2007 Amount
2008 Amount

I want it to print this way:

2006 2007
2008
Information Amount Amount Amount

Can this be accomplished?

Also, when you click on the button to get to this report I want a little
screen to pop up so that you can put in the starting year and those year
numbers you see above will be the year entered into that box, plus 4.

I appreciate any help... I've been looking at this for quite some time,
playing with Detailed headers and such.

Thanks.
 
G

Guest

The table that stores the information is as follows:

IdeaID (primary key) relationship to parent table
QtrEndDate (primary key) user enters quarter end date
Amount
Reason for Change (if there is a change, this is a cbo bx and they choose one)
 
G

Guest

I expect the sample I suggested should work. Did you review it or attempt to
implement it?
 

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

Top