suppress extra (blank) form-feed when printing reports

  • Thread starter Thread starter Norman
  • Start date Start date
N

Norman

does anyone know how to suppress extra (blank) form-feeds
when printing reports? A single page report prints two
pages; the second blank except for the report header?
thanks.
 
While your report's open in Design Mode, select File | Page Setup. Look at
what the margins have been set to. Is the width of the report plus the
margins greater than the total width of the paper?
 
The margins are fine (the header would not print normally
if the page is too wide) This problem is common with
Access reports, and I'm sure there is a setting or code
fix, but I cannot remember what.
 
Norman said:
does anyone know how to suppress extra (blank) form-feeds
when printing reports? A single page report prints two
pages; the second blank except for the report header?


Do yo have any unused design space below the bottom of the
lowest control in any section?

Another common way to have this problem is to have a blank
report footer section, possible with its ForceNewPage
property set to BeforeSection.
 
Back
Top