help link

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

Guest

Please how can i create a link called "help" on a form that will display a
file called "user manual" saved in ms word.Thanks
 
Use the code:

Application.FollowHyperlink {FullPathToWordDoc}

to open your Word "help" doc.

Check Access VB Help on the FollowHyperlink method.
 
Back
Top