View Single Post
  #2   Report Post  
Graham Mayor
 
Posts: n/a
Default

{IF {Mergefield fieldname} = "True" "insert a page break here"}

In the above construction insert a page break where indicated between the
quote marks. You will have to build this manually using CTRL+F9 for the
field boundaries. And the actual result of the mergefield when inserted
normally must be "True"

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Risseecm wrote:
I need to insert a page break if a condition is true. For example,
if the Name field for the next record is different, print on a new
page, otherwise continue on the same page.