G Guest Apr 17, 2006 #1 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
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 Apr 17, 2006 #2 Use the code: Application.FollowHyperlink {FullPathToWordDoc} to open your Word "help" doc. Check Access VB Help on the FollowHyperlink method.
Use the code: Application.FollowHyperlink {FullPathToWordDoc} to open your Word "help" doc. Check Access VB Help on the FollowHyperlink method.