View Single Post
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Peter Jamieson
 
Posts: n/a
Default Merge info. into a receipt same field name different information?

You can use a { NEXT } field (it may look like Next Record ) to get Word
to move to the next record.

e.g., if you have two receipts on a single sheet of paper, and you want to
put fields A and B on each receipt, you could use

{ MERGEFIELD A }
{ MERGEFIELD B }
{ NEXT }
{ MERGEFIELD A }
{ MERGEFIELD B }

(or it may look like

A
B
Next record
A
B
)

Peter Jamieson

"In Triplicate" In wrote in message
...
Creating a receipt (twice on the same page, to save space). Is it possible
to
merge the same field name into the top receipt and the bottom receipt with
the same field name but different information. Would like to have names 1
& 2
on the respective receipts 1 & 2, but all on the same page.