Thank you.
This article helped. I even got it to work on my report. The problem is it
prints blank pages after every page. This is a big problem because I am
trying to avoid a lot of excessive handling of the papers while printing on
both sides.
I'd like to go back to my first qustion. How do I use code to print just
page one of a report, or just pages 2-3, etc. When I print from the menu, I
have the option to print from page x to page y.
If I could do this with code, I think I could get the result I'm looking for.
Thanks in advance.
I gave this information in my post::
However, to print just one or a group of pages see the PrintOut method
in VBA help.
DoCmd.PrintOut acPages, 2, 6, , 3
will print 3 copies of the report, pages 2 through 6
Access is really not designed for double sided printing.
Perhaps your printer, though, has that capability.
I know my HP Deskjet printer did before I loaded Windows XP.