Search results

  1. M

    mail merge Access into Word .dot as new .doc

    Hello, Currently, I am mail merging data from Access into a Word .doc via a macro line: RunApp -> Command Line = "Winword.exe "i:\GIA\MergeLetter.doc"" This works fine for the merging, however, my user somehow unknowingly (evidently) changed the base MergeLetter.doc so that it no longer had...
  2. M

    need help: append 3 exported text files (opentextfile)

    Hello, I need to take 3 text files that I am exporting from an Access db and append all 3 files together. Through my searching today, it appears that I need some code using OpenTextFile. I'm no good at VBA and my attempt at copying, pasting, and editing some prewritten code to do this has not...
Back
Top Bottom