OPening a Word File From and Access Macro

G

Guest

I am trying to open a word document using the macro
facility on Access. I have tried EVERYTHING suggested on
the Help function and i have had no luck, please could you
tell me how i could solve this problem.
Thanx
 
J

Jim/Chris

Try in a macro

Action: RunApp

Command Line:
Application location "file location"

Example
c:\program files\microsoft office\office\winword.exe "c:\my
documents\test1.mdb"

Jim
 
?

___

The best way is to use code and the simplest is the Applicatio
FollowHyperlink method. In the OnClick event of a button put th
following code...

Code
 

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