Open an OLE object (Word document) using VB code

N

Nej

I require to produce a mail merged Word Document from Access and would prefer
to store the Word Templates in Access in a table as OLE objects, rather than
deploy the Templates in a Folder.

Several templates will be involved in producing a finished document and for
this reason I wish to open the templates as required from within a Module and
not from a Form.

I had envisaged that I should be able to open a recordset pointed at a
Access Table in which one of the fields is defined as a OLE Object (holding a
Word Document) and from there open the Word Document and reference the word
object from Access. How do I open and reference the Word Document.
 
Top