Passing Access record to a Word Template
I am attempting to pass a record from Access to a Word Template and open the Word document for editing. I have found in the Access 2003 VBA Programmer's Reference how to pass an Access report to a new Word document. This works well, but it does not pass graphics that are needed in the document.
What we are doing is tracking Word documents. So the user will start Access to find out the next document number to use. Then using that number they create a new record. When the user is done entering the information they will open a Word document(template) and have the current record populate fields in the document. We need this to be a push from Access.
Does anybody know any good references I should be looking at?
Thanks Don
|