Quote:
Originally Posted by dazwm
Ok I think I got the first part but not the second 'and, in the Word document, the third version of the field coding from my last post:
{IF {INCLUDEPICTURE {IF TRUE ĢImageģ} \d} {INCLUDEPICTURE {IF TRUE ĢImageģ} \d}}' how do I put this in using the mail merge wizard?
|
For the most part you don't. See the note in post 6 above. Except for the ĢImageģ fields, which you can input via the mail merge wizard, the rest is created manually. For example selecte the destination point and press Ctrl-F9 three times. You'll get three nested fields, thus '{ { { } } }'. Fill these in with the text so that you end up with:
{IF {INCLUDEPICTURE {IF TRUE } \d} }
After the 'IF TRUE ' use the mail merge wizard to insert the first ĢImageģ field. you should now have:
{IF {INCLUDEPICTURE {IF TRUE ĢImageģ} \d} }
Now move the cursor to the left of the last '}' and press Ctrl-F9 twice more, so that you get:
{IF {INCLUDEPICTURE {IF TRUE ĢImageģ} \d} { { } }}
Complete the in-filling as already described.
Note: At a minimum you should end up with the following spacing in the field code:
{IF {INCLUDEPICTURE {IF TRUE ĢImageģ} \d} {INCLUDEPICTURE {IF TRUE ĢImageģ} \d}}