Vertical Page Breaks

H

hiteshkc

Hi ppl
I need to create a report having only 2 columns which is wasting
a lot of space on paper and daily report printing time increases
.........can any one tell me how to put a vertical break in the page so
that i can use the same 2 flds on both halves of the page
 
A

Al Camp

I think what you need is to add another Column to the report.
Go to PageLayout, Columns, and make it 2. set your detail width, and also AcrossDown
or DownAcross. Make another set of headers for the new column, and that shouls basically
do it.

Field1 Field2 Field1 Field2
1 1 2 2
3 3 4 4 etc..

That sould allow you to use the right side of the page to display more data.
 
Top