However, what I am looking for, is if I don't have a picture, then I want it
to use a default picture as in e:\temp\default.jpg. How can I do this.
Thanks in advance.
If you want to pursue either of those, please verify that your
environment does not prevent a solution that uses e.g. database or VBA
programming, then let us know which version of Word you are using and
what the data source is.
Peter Jamieson
{IF {INCLUDETEXT "{IF TRUE "E:\\Temp\\{Mergefield FirstName}{Mergefield
LastName}.jpg"}" } = "File is not available" { INCLUDEPICTURE
"e:\\temp\\default.jpg" \d } {INCLUDEPICTURE "{IF TRUE "E:\\Temp\\{Mergefield
FirstName}{Mergefield LastName}.jpg"}" \d } }
I haven't tested this myself, but there it is if it helps.
There is also a commercial add-in that entirely solves the problem named
OnMerge
--Miles