
Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> I am working with Word documents that contain several IF statements.
> The IF statements are mostly related to whether or not I need the
[quoted text clipped - 8 lines]
> What is going on with this? I have checked the Website for MVP's for
> answers and also searched the Microsoft site for answers.
Field 11 contains either Debtors or Debtor. I have that field inserted into
the document and it delivers without If statements, r depending on what is
contain in the field, Debtors or Debtor. That seems to work out just fine.
Thanks for your help.
> It works for me too - you need to check what field11 is actually placing in
> the merge, when not in the conditional construction, and not what you expect
[quoted text clipped - 12 lines]
> > What is going on with this? I have checked the Website for MVP's for
> > answers and also searched the Microsoft site for answers.
Graham Mayor - 28 Feb 2005 15:42 GMT
In that case, there is no reason why it should not work as well there as it
does for Doug and me.
{ IF {mergefield field11 } = "Debtors" "Debtors'" "Debtor's" }
I take it you have inserted the field into the condition and not merely
typed it and that it is spelled correctly?

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Field 11 contains either Debtors or Debtor. I have that field
> inserted into the document and it delivers without If statements, r
[quoted text clipped - 26 lines]
>>> What is going on with this? I have checked the Website for MVP's
>>> for answers and also searched the Microsoft site for answers.