View Single Post
 
Old 06-01-2012, 05:28 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by dazwm View Post
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}}
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote