Opening a Word File

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What code can I use to open a specific MS Word file from within Access. The
file is located at C:\Auction Software\file.doc

Thanks.

Kevin D.
 
What code can I use to open a specific MS Word file from within Access. The
file is located at C:\Auction Software\file.doc

Thanks.

Kevin D.

Application.FollowHyperlink "C:\Auction Software\file.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