Doing a mail merge, I am trying to use the IF-THEN function to conditionally
add or remove a picture field.
Nevertheless it seems that the IF-THEN function only works to add plain text.
Is there another way to do this (VBA??)?
And:
The condition field contains a value, but is in text format (contains a
period sign). In my IF-sentence, I want to check whether the value in this
field is greater than a certain limit. Is there any way to convert the field
from text to number?
Anne Troy - 23 Sep 2005 18:47 GMT
This may help:
http://office.microsoft.com/en-us/assistance/HP051861641033.aspx
************
Anne Troy
www.OfficeArticles.com
> Doing a mail merge, I am trying to use the IF-THEN function to
> conditionally
[quoted text clipped - 11 lines]
> field
> from text to number?
Graham Mayor - 23 Sep 2005 20:44 GMT
You have to enter it manually
{IF {Mergefield fieldname} = "condition" "{Includepicture
"c:\\path\\picturename.jpg"}"}
Use CTRL+F9 for the field boundaries and change the fiueldnames etc to suit
your requirements.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Doing a mail merge, I am trying to use the IF-THEN function to
> conditionally add or remove a picture field.
[quoted text clipped - 9 lines]
> in this field is greater than a certain limit. Is there any way to
> convert the field from text to number?