How to print only the current page from print preview

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

When scrolling through a report in report preview, how do
you print only the current page you are on instead of all
pages in the report??? I would like to set up this
function in a toolbar.

Any help would be appreciated!
 
Joe,
I don't believe you can automatically.
You can click File + Print and enter the page number in the print dialog.
Or programmatically open the print dialog, using DoCmd.PrintOut, but you
still must enter the page number.
 
Back
Top