export to .doc

D

Daniel Garretty

is there a way i can create a command in an access form
that opens a word document?
 
S

Steve Schapel

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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top