Re: Word 2002 Changing Photo Merge Field Data
- From: "Andy" <dont@xxxxxxxxx>
- Date: Wed, 27 Dec 2006 11:45:16 -0500
Cindy;
Thank You.
It Works!
Andy
"Cindy M." <C.Meister-C@xxxxxxxxxx> wrote in message
news:VA.0000092d.00654a0d@xxxxxxxxx
Hi Andy,
The problem is in Tools/Options/General/Web options/Files. Deactivate the
option to automatically update links when saving. That will stop Word from
making the changes to the field code.
Had been using Word 2000 for a mail merge from Access 2000 and the this
code
worked correctly in Word 2000:
{IncludePicture "c:\\Program Files\\My
Program\\ProductPictures\\{MERGEFIELD
ProductCategory}{ProductSubCategory}{ProductName}.jpg"}
What the code does is pull a photo of the Product.
Note: The photos are named using the Category: Clothing, Sub-Category:
Woman, and ProductName: Shoes.
Example: ClothingWomanShoes.jpg
A query with a criteria in Access generates the merge using the
information
the user has displayed on the screen.
A command button then executes the merge.
Everything worked correctly until we started using Word 2002 on one
computer.
The code changes to:
{IncludePicture "../../../program%20files/My
Program//ProductPictures/ClothingWomansShoes.jpg" \* MERGEFORMATINNET}
The Double Backslashes are replaced by the above.
Tried doing it manually. It works at first but when the document is
saved
it changes from:
{IncludePicture "C:\\Program Files\\My
Program\\ProductPictures\\{MERGEFIELD
ProductCategory}{MERGEFIELD ProductSubCategory}{MERGEFIELD
ProductName}.jpg"}
To:
{IncludePicture "../../../program%20files/My
Program//ProductPictures/ClothingWomansShoes.jpg" \* MERGEFORMATINNET}
With the first example the code is dynamic and shows the correct picture,
with the second it is static and calls for a specific picture
"ClothingWomansShoes.jpg" and doesn't show any graphic at all. It only
shows a "Place Holder" where the photo should be.
Tried the resolution from Microsoft:
Example:
{INCLUDEPICTURE {MERGEFIELD "Picture"} \*MERGEFORMAT}
http://support.microsoft.com/kb/114306/en-us
And
Example: { IncludePicture "C:\\Data\\Pics\\{ Mergefield Signature \*
upper }" }
From: http://homepage.swissonline.ch/cindymeister/MergFram.htm
And quite a few more.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or
reply
in the newsgroup and not by e-mail :-)
.
- References:
- Word 2002 Changing Photo Merge Field Data
- From: Andy
- Re: Word 2002 Changing Photo Merge Field Data
- From: Cindy M .
- Word 2002 Changing Photo Merge Field Data
- Prev by Date: Re: how to insert a row in existing table from within field code
- Next by Date: Re: how to insert a row in existing table from within field code
- Previous by thread: Re: Word 2002 Changing Photo Merge Field Data
- Next by thread: Re: How do I find a blank raffle template to design
- Index(es):
Relevant Pages
|