Extra Blank Pages when printing Merged Document

S

StephenW

I have a merge form file which is three pages long, with headers on page 1
and page 2. To accomplish this I have checked the "Different odd and even"
and "Different first page" check boxes in the Layout Header and Footer
section of the Page Setup dialog box. When I merge my data into the form and
print the document I'm getting a blank page between each record. You can
also see this blank page in the print preview, but the Print Layout View does
not show any extra blank pages. I've checked the priter's separtor page
setting and if there are any extra line feeds or page breaks at the end of my
document, both negative. It seems that if I uncheck the "Different odd and
even" header check box the blank page goes away, but I do not get my header
on the second page of my document.

Is there a way to get rid of these extra pages?

I'm running Word 2003 on an XP PC.
Thanks,
Steve
 
D

Doug Robbins - Word MVP

Do you not want the headers on Page 3? It is the "Different odd and even"
setting that is probably causing the additional page as it is probably
causing the first page of the next Section, each letter goes into a separate
Section, to start on an odd page, hence the fourth blank page in each
letter.

If you do not want the header on the third page, get rid of the "Different
odd and even" set up and in the second and following page(s) header, use an
If...then...Else field construction such as

{ IF { PAGE } <> { SECTION PAGES } "Your Header" "" }

You must use Ctrl+F9 for each pair of field delimiters { }. You cannot
enter them directly from the keyboard.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
S

StephenW

Thanks Doug,
No I don't want the header on page three so I'll try your IF construction.
Steve
 

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