View Single Post
 
Old 10-11-2014, 08:36 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,366
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Since you already have the SKIPIF test, I can't see the point of the further IF test. After all, the record will never appear if { MERGEFIELD Boy4 } is empty.

I also can't follow your IF field's syntax; it's spacing and quote characters are all over the place - you either have too many or too few quotes and too few spaces. It should be something like:
{ IF {MERGEFIELD Boy4 }<> "" "Boy Aged 4: {MERGEFIELD Boy4 }" "" }
or, at an absolute minimum:
{IF{MERGEFIELD Boy4}<> "" "Boy Aged 4: {MERGEFIELD Boy4}"}
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote