Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: s6mc
  • Order by date
  1. s6mc

    Mail Merge Problem

    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...
  2. s6mc

    Mail Merge Problem

    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...

Part and Inventory Search

Back
Top