Prints blank page

  • Thread starter Thread starter Linkerbink
  • Start date Start date
L

Linkerbink

I have a report which consists of two sub-reports set up
next to each other. When printed, neither sub-report
takes up an entire page, yet the main report always prints
a blank sheet at the end. I checked Access Help, and it
says to set the report footer height to zero, but I'm not
using a report footer, just a page header (with the page
footer at zero). Just to be sure, I clicked Report
Header/Footer and set them to zero...no luck.

I have the sub-reports set for the minimum height and
the "Can Grow" and "Can Shrink" properties set to "Yes". I
have a feeling I'm missing something so obvious that it's
eluding me...any ideas?
 
In my experience, this is because the width of your report is greater than
the page width, plus the left margin, plus the right margin. Either shrink
the horizontal size of your detail area, or check the "page setup" options.

Rick
 
Thanks, Rick...that was it. Usually I get a message that
the width is greater than the page width and that some
data would not print, but since I didn't get that message,
it didn't occur to me to check the width. Said it was
probably something obvious...
 
Back
Top