Hi Tim,
Coding your fields like the following should work:
{IF{MERGEFIELD Child_First_4}<> "" "{MERGEFIELD Child_First_1}, {MERGEFIELD
Child_First_2}, {MERGEFIELD Child_First_3} & {MERGEFIELD Child_First_4}"
{IF{MERGEFIELD Child_First_3}<> "" "{MERGEFIELD Child_First_1}, {MERGEFIELD
Child_First_2}, & {MERGEFIELD Child_First_3}" {IF{MERGEFIELD
Child_First_2}<> "" "{MERGEFIELD Child_First_1}, & {MERGEFIELD
Child_First_2}" {MERGEFIELD Child_First_1}}}}
Cheers
> Here's the problem:
>
[quoted text clipped - 9 lines]
> I keep messing up the formatting of the IF statement. Any help would be
> appreciated.
Tim Whitley - 23 Apr 2006 20:24 GMT
Works perfectly, thanks!
> Hi Tim,
>
[quoted text clipped - 21 lines]
> > I keep messing up the formatting of the IF statement. Any help would be
> > appreciated.