Open a specific MSWORD doc from ACCESS form?

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

Guest

I know how to open MS word, but I want to be able to open a specifi msword
Doc using a button on an ACCESS 2000 form. Any tips?
 
dim strDocToOpen as string

strDocToOpen = "c:\my documents\my data\test.doc"
application.FollowHyperlink strDoc
 

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