G
Guest
Windows XP and Office 2000
I have MS Word documents that I use for mail merges, and I am trying to
automate them. In Access 2000, I can click on a query and click Tools >
Office Links > Merge It with MS Word. I would like to be able to type this
in VBA code.
For example, I would like to open the document "c:\letter1.doc" using the
query "letter1" with microsoft word. Pseudocode would be something like...
docmd.wordmerge(path to document as string, query name as string)
Any suggestions?
Thanks!
Nick
I have MS Word documents that I use for mail merges, and I am trying to
automate them. In Access 2000, I can click on a query and click Tools >
Office Links > Merge It with MS Word. I would like to be able to type this
in VBA code.
For example, I would like to open the document "c:\letter1.doc" using the
query "letter1" with microsoft word. Pseudocode would be something like...
docmd.wordmerge(path to document as string, query name as string)
Any suggestions?
Thanks!
Nick