View Single Post
  #2   Report Post  
Graham Mayor
 
Posts: n/a
Default

Use a conditional field.
In theory {IF {Mergefield fieldname} 0 "{Mergefield Fieldname}"} should
do the trick.
If not, try
{IF {Mergefield fieldname} "" "{Mergefield Fieldname}"}

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Kim wrote:
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?