duplex printing. New dept should start on even page number.

  • Thread starter Thread starter mereno
  • Start date Start date
M

mereno

Any one a solution for my problem.

I created a report with sales figures for an productgroup. This figures
result in a weekly report of over 150 pages.

I would use duplex printing if not for the problem that I keep getting the
end of one dept on the same page as the start of the next dept if the 1st
dept is an odd nummer of pages.

Is the same VBA coding or function in Access I can use to force new depts to
start on even pagenumbers??

Help would be very appreciated!!!!

Mereno
 
A possibility would be to implement an OnFormat event for the page footer
and, based on the current page number being odd, issue a command to insert
an extra page break.

This doesn't mean you are required to have a page footer that actually
prints something. You just need a page footer section in order to be able
to have the OnFormat event specified.

Hope this helps....

Bob (@Martureo.Org)
 
Back
Top