melissakate
New Member
- Joined
- Mar 29, 2017
- Messages
- 3
Hello,
I've been struggling with formatting a nametag word merge document. Can you help? Here's a condensed version of my merge doc:
{ if {MERGEFIELD "Nickname"} = "" {MERGEFIELD "FirstName"} {MERGEFIELD "Nickname"}} {MERGEFIELD LastName}
{If {MERGEFIELD "Child1Nickname"}="" {MERGEFIELD "Child1FirstName"} {MERGEFIELD "Child1Nickname"}} {MERGEFIELD Child1LastName}
{If {MERGEFIELD "Child2Nickname"}="" {MERGEFIELD "Child2FirstName"} {MERGEFIELD "Child2Nickname"}} {MERGEFIELD Child2LastName}
{If {MERGEFIELD "VolunteerRollEndDate"}="" {MERGEFIELD "VolunteerRoll}
{If {MERGEFIELD "VolunteerRoll2EndDate"}="" {MERGEFIELD "VolunteerRoll2}
So I get something like:
Matt Smith
Elyse Smith
Trustee
Class Agent
My question is: Is there a way to get rid of the blank lines? I've got multiple kids and multiple volunteer rolls - so with all the line breaks my data ends up "below" the margin on my nametag template. Any direction would be greatly appreciated!
I've been struggling with formatting a nametag word merge document. Can you help? Here's a condensed version of my merge doc:
{ if {MERGEFIELD "Nickname"} = "" {MERGEFIELD "FirstName"} {MERGEFIELD "Nickname"}} {MERGEFIELD LastName}
{If {MERGEFIELD "Child1Nickname"}="" {MERGEFIELD "Child1FirstName"} {MERGEFIELD "Child1Nickname"}} {MERGEFIELD Child1LastName}
{If {MERGEFIELD "Child2Nickname"}="" {MERGEFIELD "Child2FirstName"} {MERGEFIELD "Child2Nickname"}} {MERGEFIELD Child2LastName}
{If {MERGEFIELD "VolunteerRollEndDate"}="" {MERGEFIELD "VolunteerRoll}
{If {MERGEFIELD "VolunteerRoll2EndDate"}="" {MERGEFIELD "VolunteerRoll2}
So I get something like:
Matt Smith
Elyse Smith
Trustee
Class Agent
My question is: Is there a way to get rid of the blank lines? I've got multiple kids and multiple volunteer rolls - so with all the line breaks my data ends up "below" the margin on my nametag template. Any direction would be greatly appreciated!