R
Robin Tucker
Hiya,
I have a document with a "header" and "footer" (ie. 2 full pages of guff),
in-between I have a section containing mail merge field codes with
appropriate formatting for each item I want to merge with. What I want to
do is perform a merge with an external data source such that I end up with
the header page, followed by each of the merged records formatted into the
sections, followed by the footer page. At present, when I do a mail merge,
I end up with the entire document copied into the new document for every
record I am merging with.
How can I do this?
ie:
START OF MY COMPANY REPORT
<<startofmysection>>
First widget <<fielditem1>>
Second Widget <<fielditem2>>
<<endofmysection>>
END OF MY COMPANY REPORT
After mail merge becomes:
START OF MY COMPANY REPORT
<<startofmysection>>
First widget: Foo
Second Widget: Bar
<<endofmysection>>
<<startofmysection>>
First widget: my Other Foo
Second Widget: my Other Bar
<<endofmysection>>
END OF MY COMPANY REPORT
I have a document with a "header" and "footer" (ie. 2 full pages of guff),
in-between I have a section containing mail merge field codes with
appropriate formatting for each item I want to merge with. What I want to
do is perform a merge with an external data source such that I end up with
the header page, followed by each of the merged records formatted into the
sections, followed by the footer page. At present, when I do a mail merge,
I end up with the entire document copied into the new document for every
record I am merging with.
How can I do this?
ie:
START OF MY COMPANY REPORT
<<startofmysection>>
First widget <<fielditem1>>
Second Widget <<fielditem2>>
<<endofmysection>>
END OF MY COMPANY REPORT
After mail merge becomes:
START OF MY COMPANY REPORT
<<startofmysection>>
First widget: Foo
Second Widget: Bar
<<endofmysection>>
<<startofmysection>>
First widget: my Other Foo
Second Widget: my Other Bar
<<endofmysection>>
END OF MY COMPANY REPORT