Print preview with page range

R

rbergman

I have a project where one of my reports is a terms and conditions
statement that is three pages long. To make that report I'm using
the
maximum report space, leaving the lower right coner of report space
blank. When I preview it uning the following code, I get the first
three pages and a lower right corner of report space as a blank blank
page.

stDocName = "rptTermsAndCondt"
strWhere = "[ID] = " & Me.[ID]
DoCmd.OpenReport stDocName, acPreview, , strWhere


I can print only the desired pages using the DoCmd.PrintOut command,
but can't find a similiar command for Print Preview.


How can I preview without the fourth page?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top