Publishing with word

Nick Druce

Registered User.
Local time
Today, 11:54
Joined
Mar 2, 2005
Messages
18
How do I Pubish a from from access into word using a word template i have created? and not just into a blank word document?
 
You need to write code to automate Word. Search here for posts on automation or in Word help. There are several good articles in the MSDN library. When you use OLE automation, you write code in programA that will execute in programB. Since programA (access in this case) can't possibly include help on all possible automation targets, you need to get help from the target although Access help may offer some guidence.
 

Users who are viewing this thread

Back
Top Bottom