B
Bazza
I have created a mail merge document by basing it on this link....
http://support.microsoft.com/default.aspx?scid=kb;en-us;211303
All well and good, apart from my item details. When I click the Merge
button, everything works fine, until I get to the last line on each page and
it is duplicated.
The code I have used is as follows:
Header: {nextif{set duplicate {Mergefield Check} = "1"} {Mergefield
Personnel_Area}
Item: {Mergefield Initial} {Mergefield Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
I have a colum headed Check, and it is flagged with a 1 if it is the last
record for the Area.
It all works apart from duplicating the last entry to the bottom of the
page.... I have tried <>1 or = "" but get the same result either way.
Any thoughts??
Many thanks.
http://support.microsoft.com/default.aspx?scid=kb;en-us;211303
All well and good, apart from my item details. When I click the Merge
button, everything works fine, until I get to the last line on each page and
it is duplicated.
The code I have used is as follows:
Header: {nextif{set duplicate {Mergefield Check} = "1"} {Mergefield
Personnel_Area}
Item: {Mergefield Initial} {Mergefield Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
Item: {NextIf{Mergefield Check } = ""} {Mergefield Initial} {Mergefield
Last_Name}
I have a colum headed Check, and it is flagged with a 1 if it is the last
record for the Area.
It all works apart from duplicating the last entry to the bottom of the
page.... I have tried <>1 or = "" but get the same result either way.
Any thoughts??
Many thanks.