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 IamaSherpa 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: *

  1. MichaelHutcheson1981

    Access Word email merge dynamic subject VBA

    Its ok, I finally got it working, here is the code if anyone is interested: Private Sub Document_Open() Dim intSourceRecord Dim objMerge As Word.MailMerge Dim bTerminateMerge As Boolean ' If no data source has been defined, do it here using OpenDataSource. ' But if it is already defined in...
  2. MichaelHutcheson1981

    Access Word email merge dynamic subject VBA

    Yes this has worked - thank you. Now I just need to solve making the subject dynamic so it changes with every record.......
  3. MichaelHutcheson1981

    Access Word email merge dynamic subject VBA

    I have a Word 2010 document linked to an Access 2010 data source. When a user clicks a button in Access, the Word document loads and performs a email merge using the below VBA code: Private Sub Document_Open() With ActiveDocument.MailMerge .Destination = wdSendToEmail...

Part and Inventory Search

Back
Top