Merging images from an MSAccess database

V

Veli Izzet

Hi all,

I have an Access 2003 database, where one of the fields has the location
of the images of items in the database.

The images are located in the /slides subfolder in the folder where the
access database is in, so the values in field that shows the image
locations are like "/slides/Bi05K001.jpg"

How can I merge the images to word 2003? I read Cindy Meister's FAQ but
could not understand the syntax.

(Actually the ItemId's are like "Bi05K001xx". I use the second field
just to have the full location of the images. If I can create this from
the ItemId field like "/slides/&"Left(ItemId,8)&".jpg" on the fly, I may
also get rid of the image location field.)

Thanks for help.
 
G

Graham Mayor

If the images are in the slides sub folder of the data file folder then the
following should work

{INCLUDEPICTURE ".\\Slides\\{ItemId}.jpg"}

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top