Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Skip a page in Access report

Status
Not open for further replies.

snk1

Programmer
Feb 22, 2005
1
US
Hi, How would I skip a page from printing based on certain condition in Access report(using Access 2000). The applied condition makes that page blank. And I would like to stop from printing this page from the report.
-thanks
Snk1

 
Generally speaking, if the report can decide to not print anything on a page, but skip to the next page, then you should be able to put that criteria into the query that feeds the report so the records that are not going to print, never even get to the report to be excluded. In other words, exclude the non-printing records from the query. That should also exclude the non-printing header information that would cause the report to "print" a blank page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top