Launch Word template from within Access

D

Dean Slindee

I can currently launch a blank Word document from my Access 2002 application
with:

Set wrdApp = New Word.Application

Set wrdDoc = wrdApp.Documents.Add

wrdApp.Visible = True

wrdApp.Activate

I would like to improve this process to launch Word with a specific
template, perhaps like:

Set wrdDoc = wrdApp.Documents.Add("W:\Clinical_Transcription\SIX MONTH
CRISIS PLAN.doc", , True)

But, the above statement still launches a blank new document.



Is there a way to launch a template in Word from within Access?



Thanks,

Dean Slindee
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top