Skip a page in mail merge

G

Grant

There are 2 pages in my mail merge, and I need to skip the second page if a
value = True. The field code should be something like {skip page if * = *}.
Any help would be much appreciated!!!
 
G

Graham Mayor

You could probably do it the other way round, by *including* the second page
only when required eg

{IF {Mergefield fieldname} <> "result" "Put your second page here"}

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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
G

Grant

Thanks for that.

Graham Mayor said:
You could probably do it the other way round, by *including* the second page
only when required eg

{IF {Mergefield fieldname} <> "result" "Put your second page here"}

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