A family of Microsoft word processing software products for creating web, email, and print documents.
What is in the PictureLocation field?
The filepath separators need to be duplicated \ or you need to use / as a separator.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
My data source is an xlsx file and one field (PictureLocation) has the full path name of each jpg file I want to merge into a document. I use this merge function: {INCLUDEPICTURE "MERGEFIELD PictureLocation}"} which works fine except I only get a box with a small red x in upper left-hand corner where the picture should be. I have tried F9, but to no avail. What am I doing wrong or what have I set incorrectly? I use VISTA and OFFICE 2007. dottybee
A family of Microsoft word processing software products for creating web, email, and print documents.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
What is in the PictureLocation field?
The filepath separators need to be duplicated \ or you need to use / as a separator.
Suzanne, No, I haven't got a code in the template for including a picture - that's my starting point. I only have data fields for text on my template right now.
Have you tried Ctrl+A, F9 after merging?
I'm a little new at this but have gotten myself an assignment where I need to merge photographs into a string of resume type documents. Different photos for each resume. I have the resume template built and have all fields in there except the includepicture thing that everyone is talking about. Where is that? I think I am starting at ground zero and so far I haven't found that prompt anywhere I've looked. THanks.
If you actually have {INCLUDEPICTURE "MERGEFIELD PictureLocation}"} then you need to change it to
{INCLUDEPICTURE "{MERGEFIELD PictureLocation}"}
where both pairs of {} are the special field code braces that you can insert using ctrl-F9, not the ordinary ones you can find on the keyboard.
Otherwise, it's as Doug says!