I do a mail merge from Access. The merge consists of two fields, namel
ProductCode and Logo. I use the IncludePicture function to include th
Logo in the merge. This works well.
However I want to expand this to include an "if" function so that i
the field "Logo" is empty, no error message appears in the merge
document.
Any help will be appreciated
--
TimTDP
Doug Robbins - 16 Aug 2005 22:21 GMT
Use the following field construction
{ IF { MERGEFIELD Logo }<> "" { INCLUDEPICTURE { MERGEFIELD Logo } } "" }

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
>
> I do a mail merge from Access. The merge consists of two fields, namely
[quoted text clipped - 5 lines]
>
> Any help will be appreciated!