> Use and If...then...Else... field construction.
>
[quoted text clipped - 4 lines]
> > blank
> > data fields. Any help would be greatly appreciated.
{ MERGEFIELD Number1}{IF { MERGEFIELD Number2 }<> "" ", { MERGEFIELD
Number2 }" "" }{IF { MERGEFIELD Number3 }<> "" ", { MERGEFIELD Number3 }"
"" } etc.
Use Ctrl+F9 to insert each pair of field delimiters and Alt+F9 to toggle
their display.
Note that this has not changed from earlier versions of Word.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Doug,
> I found the If, then, else field merge, but can you explain to me how to
[quoted text clipped - 10 lines]
>> > blank
>> > data fields. Any help would be greatly appreciated.
Graham Mayor - 01 Jun 2006 07:44 GMT
You can actually achieve that with switches, but in both cases there will be
a stray leading comma if the Number1 field is empty eg
{ MERGEFIELD Field1 \# ",0.00;,-0.00"; }{ MERGEFIELD Field2 \# "',
',0.00;', ',-0.00;" }{ MERGEFIELD Field3 \# "', ',0.00;', ',-0.00;" }

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> { MERGEFIELD Number1}{IF { MERGEFIELD Number2 }<> "" ", { MERGEFIELD
> Number2 }" "" }{IF { MERGEFIELD Number3 }<> "" ", { MERGEFIELD
[quoted text clipped - 27 lines]
>>>> suppress blank
>>>> data fields. Any help would be greatly appreciated.