Hmmm.... IncludePicture fields do not usually work when included as a
conditional field result. The IncludePicture field has to be at the top of
the tree - see the workaround at
http://www.gmayor.com/formatting_word_fields.htm#image

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Luckily, in this case the inclusions are { EMBED } fields and wrapping IF
fields around them seems to work OK, although it wouldn't surprise me if
some types of object embedded OK and others did not, particularly in a table
cell.
Spelling out the field codes isn't quite so clear because EMBED codes for a
particular type of object all look the same, e.g. in this case I think the
user would need
{ IF "[ MERGEFIELD A }" = "Y" "{ IF { MERGEFIELD B }" = "Y" "{ EMBED
Word.Picture.8 }" "{ EMBED Word.Picture.8 }" }" "{ EMBED Word.Picture.8 }" }
in the first cell and perhaps
{ IF "[ MERGEFIELD A }{ MERGEFIELD B }" = "YY" "{ EMBED Word.Picture.8 }"
"" }
in "another cell", depending on what the actual requirement is. I don't know
of a way to get the correct EMBEDs in the correct places other either
a. doing the embed, displaying the IF field using Alt-F9, and
copying/pasting the EMBED into the correct part of the IF field or
b. (maybe) putting the insertion point in the correct part of the IF and
doing the embed there.
Peter Jamieson
> Hmmm.... IncludePicture fields do not usually work when included as a
> conditional field result. The IncludePicture field has to be at the top of
[quoted text clipped - 37 lines]
>>> I hope there's some programming language using the "if then"
>>> statements. Thanks
Graham Mayor - 04 Jul 2006 09:18 GMT
I think that the last part of your comment suggests as good a reason as any
to use Includepicture fields rather than attempt to embed the pictures in
the appropriate place.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Luckily, in this case the inclusions are { EMBED } fields and
> wrapping IF fields around them seems to work OK, although it wouldn't
[quoted text clipped - 71 lines]
>>>> I hope there's some programming language using the "if then"
>>>> statements. Thanks