Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
I am doing a merge from Access into a Word document. The graphic fields in
Access are showing up as "151C1D00" after I merge into word. Does anyone know how can I have the pictures show in word after I merge? |
#2
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
You can't merge the image data in access directly into Word. The best you
can do is maintain copies of the images in files outside the database in a format that Word can insert using an INCLUDEPICTURE field, and keep enough information in the record that the image comes from to build the file name of the image. For example, if each record has a unique numeric key called ID wwith values 1,2,3, etc., then you might save each image as c:\myimages\img1.jpg c:\myimages\img2.jpg c:\myimages\img3.jpg etc., then use the following nested field in Word: { INCLUDEPICTURE "c:\\myimages\\img{ MERGEFIELD ID }.jpg" \d } All the {} have to be the special field code braces you can insert using ctrl-F9. Then you may also have to output your merge to a new document, select it all, and press F9 to update the fields. -- Peter Jamieson http://tips.pjmsn.me.uk "Lace" wrote in message ... I am doing a merge from Access into a Word document. The graphic fields in Access are showing up as "151C1D00" after I merge into word. Does anyone know how can I have the pictures show in word after I merge? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merging Access data into a Word document | Mailmerge | |||
Access query merging into Word doesn't work | Mailmerge | |||
Merging data to word from access | Mailmerge | |||
Using IF...Then when merging dates from Access to Word | Mailmerge | |||
Merging an access record or query to a word doc | Mailmerge |