Any way to insert page break during mail merge?

B

boyettd

I want to insert a page break when I reach the end of a list. The field will
be null and the next list should be on a new page. Is there any way to
insert breaks based on a test of the field contents?
 
D

Doug Robbins - Word MVP

Use an If...then...Else field construction.

--
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
 
B

boyettd

Thanks for the note. I was actually asking how to program insertion of the
page break. The logic wasn't the issue. Sorry if I was unclear.
 
D

Doug Robbins - Word MVP

The answer is the same.

{ IF { MERGEFIELD fieldthatmightbenull } <> "" "{ MERGEFIELD
fieldthatmightbenull }etc. " "Ctrl + Enter" }

--
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
 

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