If function and IncludePicture

T

TimTDP

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
 
D

Doug Robbins

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top