Activating Embedded OLE Object (1 Viewer)

H

hughest

Guest
I have a recordset(Rst) with contains an OLE field with embedded Word documents (Doc).

When looping through this recordset, I want to save the embedded Word documents to local file(s).

While Not Rst.EOF
'Save embedded word doc to a file

??? Rst!DOC ????

Rst.MoveNext
Wend

I have tried several things, but nothing works. Any clues?
 

Users who are viewing this thread

Top Bottom