Thanks, got it working.
This is the code i used to open a mail merge document with a command button:
Private Sub confirmletter_Click()
Dim objWord As Word.Document
Dim docname As String
docname = "C:\Documents and Settings\Andrew McLeod\My Documents\Select\CustomerConfirmationLetters.doc"
Set...
Hi, here is my problem.
1. When opening my mail merged word document, an extra copy of my access database is opened. How can i stop this?
2. I want to create a button to open the mail merged document on a form. I have tried putting the path of the document in the hyperlink property of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.