report layout question

P

Pat

I am trying to print a report that would list detailed contributions to the
church for tax purposes.

Is it possible to print like these headers:

DATE REFERENCE AMOUNT DATE REFERENCE AMOUNT

I am trying to put all information on a single page.
 
P

Pat

Thanks to you both, I now have columns, but my totals disappeared. What do I
need to do to get the totals of all amounts?

The expression that was working when I had just one column was:

=Sum([Amount])

Now I have no total at all
 
Top