>Hi, I have an access db. In a table I have an ole field where I have lots
>of Word Docs stored.
[quoted text clipped - 4 lines]
>Thank you in advance
>Roberto Cerulli
Hi John,
Thank you, I used the same routine used by lebans, adapted for word docs:
I get the recordset, then for each record I pass the ole field word doc to
an OLE control Bound. Then I copy the OLE Control Bound content, open a new
word document, paste into it what I have copied and save the document with
the save as using the id of the record as the namen of the doc.
I have a problem, it copy only the first page of the document so I loose the
other pages. Do you know why?
Thank you,
Roberto Cerulli
> Hi Roberto,
>
[quoted text clipped - 27 lines]
>
> Please respond in the newgroup and not by email.
John Nurick - 28 Jan 2004 19:16 GMT
Hi Roberto,
Do the Word documents you create this way contain the first page of the
document, or *a picture of the first page*?
As far as I know you have to actually activate the OLE object - in this
case the embedded Word document - by manipulating (via VBA code) the
Verb and Action properties of the ObjectFrame control. E.g. set Verb to
acOLEVerbOpen and then Action to acOLEActivate. This opens the embedded
document in Word, and saving to disk will then produce a normal Word
file of the embedded document.
>Hi John,
>Thank you, I used the same routine used by lebans, adapted for word docs:
[quoted text clipped - 40 lines]
>>
>> Please respond in the newgroup and not by email.
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.