My data source is an Excel spreadsheet and there are blank fields. How do I
tell it skip the field, not print a 0 (zero) move to next field?
Use a conditional field.
In theory {IF {Mergefield fieldname} <> 0 "{Mergefield Fieldname}"} should
do the trick.
If not, try
{IF {Mergefield fieldname} <> "" "{Mergefield Fieldname}"}

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> My data source is an Excel spreadsheet and there are blank fields.
> How do I tell it skip the field, not print a 0 (zero) move to next
> field?
Kim - 28 Apr 2005 18:30 GMT
A Great Big Thank You! It works!
> Use a conditional field.
> In theory {IF {Mergefield fieldname} <> 0 "{Mergefield Fieldname}"} should
[quoted text clipped - 5 lines]
> > How do I tell it skip the field, not print a 0 (zero) move to next
> > field?