I am trying to create a macro that will open up a mail merge letter from word that is tied to a table in access. I have done this before in previous versions of access but not in 2003. I am having a problem with the macro. It runs and doesn't return any error messages but it will not open the mail merge letter in word. It doesn't open Word either. After running the macro i manually open Word and the letter, the merge was completed correctly. I just need the macro to open the letter from within Access.
In the macro i am using the RunApp Action with the command line of
C:\Program Files\Microsoft Office\OFFICE11\winword.exe " D:\FolderName\SubFolderName\LETTER.DOC"
This use to work fine in previous versions of access. Does anyone have any suggestions?
Thank you in advance for any help
In the macro i am using the RunApp Action with the command line of
C:\Program Files\Microsoft Office\OFFICE11\winword.exe " D:\FolderName\SubFolderName\LETTER.DOC"
This use to work fine in previous versions of access. Does anyone have any suggestions?
Thank you in advance for any help