Two sided printing with a mail merge data source

D

Dirk

I have a 2 pages document with mail merge data source and the 1st page is
letter head layout and the 2nd is plain. The problem I encountered is when I
print it via a duplex printer by two sided printing operation that only the
1st and 2nd page were printed as two sided printing.

Any suggestions?
 
G

Graham Mayor

Check your page layout paper settings for a start. Otherwise the issue is
probably a reflection on how the printer driver interprets the paper command
when you have different headers. You may in a worst case have to
conditionally insert the header and have the same header running through the
document e.g.

{IF {Page} = 1 "Put the header here" }

You should be able to copy and paste the whole of your header between the
quotes.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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