How do I limit a report to only print the first page?

J

JMMRail

I'm printing wire labels that have data on the first page (label) of the
report, but get multiple blank pages (labels) after. The root cause is a
known problem with the printer driver, but this might take a while to get
fixed. I need a work around to programmaticly limit the actual printout to
only the first page. The report (label) is opened via a command button on a
form which defaults to preview the label.

I've been trying different things with no success, and my "frustration
meter" is up in the red zone! Any suggestions are appreciated!
 
A

Allen Browne

The Printout method/action lets you specify a page range.

Sounds awefully frustrating though.

Presumably you have traced this correctly to the bad printer driver, and
it's not just a matter of the page width + margins being wider than the
paper size.
 
Top