print odd pages or even pages

R

Russ

I'm trying to make a booklet style report and would like Access to
print the odd numbered pages, and then I can put the paper back in the
printer and hopefully print the even numbered pages backwards on the
other side. Any way of printing like that?
 
R

Russ

Hey, folks... don't let the 'printing in reverse order' scare you. If
anyone knows how to pring just odd or just even pages I could sure use
that all by itself.
 
R

Russ

Sounds like it might work John, but I've only got 3 or 4 pages to
print on the Access report. I noticed that MS Word will print
odd/even pages, but Access won't do it. Maybe export to an rtf file
then get it from word there. Too bad Access can't do that directly.

I was hoping someone had developed some code to get by this
shortcoming.
 
T

trevorC via AccessMonster.com

Get a better printer, they can do that now. (Big ones anyway) Or print each
page to a pdf file then use pdf viewer or word to print them.
 
T

trevorC via AccessMonster.com

Or you could try this -

make boxes to cover all report sections, change thier color to white
foreground and white back color. Then set them to Visible = false and not
transparent.

Now use some code to get the page number, if it's odd then make the boxes
visible (Just leaves a blank page, i use this to not print on used labels)
Just swap it around for the Even pages.
 

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