How to open a given Word document from within an Access Form. (Command button)

  • Thread starter Thread starter Pierre Archambault
  • Start date Start date
P

Pierre Archambault

Hi

How can I open a given Word document by pressing a command button in an
Access form ?

Thanks

Pierre
 
Hi

How can I open a given Word document by pressing a command button in an
Access form ?

Thanks

Pierre

Here is one way.
Code the command button's Clisk event:

Application.FollowHyperlink "c:\FolderName\DocumentName.doc"
 
Thank you. It works fine.

Pierre


fredg said:
Here is one way.
Code the command button's Clisk event:

Application.FollowHyperlink "c:\FolderName\DocumentName.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

Back
Top