R
Rua
Hi,
I have created a large (800 plus page) merge document from an access
database. The document has a single identifying code where there are
up to 5 assosicated rows within the database. The identifying code is
deliberately not repeated in the resultant merged document.
What I would like to do is to split the merged doc into unique smaller
docs based on the identifier. I have tried to insert bookmarks in the
merge code but they do not appear to be carried into the resultant
merge.
I've attached the code used in the merge below, can anyone help me out
here, please?
Thanks
Phil
{if {mergeseq} = "1" "{mergefield identifier}" ""}
{set place1 {mergefield identifier}}
{if {place2}<>{place1}"code_{mergefield identifier} - - I inserted
this to use as a reference
Salutation and non referenced content of merge document
{set place2 {mergefield identifier}}
I have created a large (800 plus page) merge document from an access
database. The document has a single identifying code where there are
up to 5 assosicated rows within the database. The identifying code is
deliberately not repeated in the resultant merged document.
What I would like to do is to split the merged doc into unique smaller
docs based on the identifier. I have tried to insert bookmarks in the
merge code but they do not appear to be carried into the resultant
merge.
I've attached the code used in the merge below, can anyone help me out
here, please?
Thanks
Phil
{if {mergeseq} = "1" "{mergefield identifier}" ""}
{set place1 {mergefield identifier}}
{if {place2}<>{place1}"code_{mergefield identifier} - - I inserted
this to use as a reference
Salutation and non referenced content of merge document
{set place2 {mergefield identifier}}