How do you open a specific word document?

L

law

How do you open a specific mail merge word document from a command button
(perhaps a macro?) on a form that has already been implemented?
Any help would be greatly appreciated!
 
E

Eric Blitzer

create a macro with the following:

Action: RunApp

Command Line: Application location "file location"

example
"c:\program files\microsoft office\office\winword.exe" "c:\my
documents\test1.doc"

Eric
 
Top