help link

W

winnie

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
 
V

Van T. Dinh

Use the code:

Application.FollowHyperlink {FullPathToWordDoc}

to open your Word "help" doc.

Check Access VB Help on the FollowHyperlink method.
 
Top