D Daniel Garretty Feb 28, 2004 #1 is there a way i can create a command in an access form that opens a word document?
S Steve Schapel Feb 29, 2004 #2 Daniel, To do this with a macro, the RunApp action would be the one to use. The Command Line argument would follow this syntax... "C:\PathToWord\Winword.exe" "C:\PathToDoc\YourDoc.doc"
Daniel, To do this with a macro, the RunApp action would be the one to use. The Command Line argument would follow this syntax... "C:\PathToWord\Winword.exe" "C:\PathToDoc\YourDoc.doc"