Hi Walter,
Use an INCLUDEPICTURE field, coded like:
{INCLUDEPICTURE {MERGEFIELD PicPath&Name}}
if your MERGEFIELD includes the full path, filename & extension, or:
{INCLUDEPICTURE "DriveName:\\ParentFolder\\FolderName\\{MERGEFIELD
PicName}"}
if your MERGEFIELD lack the full path but includes the filename & extension,
or
{INCLUDEPICTURE "DriveName:\\ParentFolder\\FolderName\\{MERGEFIELD
PicName}.jpg"}
your MERGEFIELD lacks the path & file's extension.
The important point to note is that, if you have to type in the path, you
have to use double backslashes, not just one, and you should enclose both it
and the filename in double quotes.
Cheers
> Hi,
>
[quoted text clipped - 16 lines]
> Thanks,
> Walter