Remove Blank Pages

  • Thread starter Thread starter Charles Agin
  • Start date Start date
C

Charles Agin

I have a report created on a query. After I get all the field on the report
and everything formatted, when I go to print preview, I have blank pages
between the pages that have the fields. For example, the report has 2 pages
that have fields and a blank page between the first and second, and a blank
page after the second, for a total of four pages. How can I reduce the blank
pages?
 
This is nearly always because the width of the report, or the width of its
controls are too wide for your paper.

Ensure that the width of your report in Design view is less than [the width
of your paper MINUS both margins]
You may not see anything on the blank page if a control is to long to fit on
the page, because the last section of the control may not have any text in
it.
Culprit 2 is when you have a multicolumn report and you don't set the Column
Width correctly.
Culprit 3 is the Properties box and where you have told the report to Force
New Page After/Before Section.
Evi
 
Back
Top