Does your field contain the file name, or the complete path name?
If it only contains the file name, you need to prepend the path name in your
INCLUDEPICTURE field, e.g.
{ INCLUDEPICTURE "c:\\mypictures\\{ MERGEFIELD mypicturefilename }" }
where all the {} are the special field code braces you can insert using
ctrl-F9.
If your field contains the full path name, make sure there are no spaces
before or after the path name in your field, e.g.
use { INCLUDEPICTURE "{ MERGEFIELD mypicturepathname }" }
not { INCLUDEPICTURE " { MERGEFIELD mypicturepathname }" }
If you are merging to a new document, after the merge, select the output
document (e.g. use control-A) and press F9 to refresh all the fields in it.
Do the pictures display corectly?)
Consider
a. checking Word Tools|Option|Print|Update Links, Word
Tools|Option|Print|Update Fields
b. unchecking Word Tools|Options|General|Web options|Files|Update links on
save
Peter Jamieson