Not quite!
The error message disappears, but so does the graphic (Logo) in vali
entries.
Doug Robbins Wrote:
> Use the following field construction
>
> { IF { MERGEFIELD Logo } "" { INCLUDEPICTURE { MERGEFIELD Logo } } "
> }
>
> --
> 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
> "TimTDP" TimTDP.1tvgrf@news.wordbanter.com wrote in message
> news:TimTDP.1tvgrf@news.wordbanter.com...-
>
> I do a mail merge from Access. The merge consists of two fields
> namely
> ProductCode and Logo. I use the IncludePicture function to includ
> the
> Logo in the merge. This works well.
> However I want to expand this to include an "if" function so that if
> the field "Logo" is empty, no error message appears in the merged
> document.
>
> Any help will be appreciated!
>
> --
> TimTDP
--
TimTDP
Graham Mayor - 17 Aug 2005 10:59 GMT
Your reproduced field missed out the essential <> part.
{ IF { MERGEFIELD Logo } <> "" "{ INCLUDEPICTURE { MERGEFIELD Logo }}"}
Merge to a new document then select all CTRL+A and F9 to update.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Not quite!
> The error message disappears, but so does the graphic (Logo) in valid
[quoted text clipped - 29 lines]
>> --
>> TimTDP-