Open Word Doc

whitestone

Usually Confused
Local time
Today, 14:03
Joined
Oct 29, 2002
Messages
35
I have a User Guide for my database and I wanted to have a command button on one of my forms that the user can click to open this guide. Can I do this using a macro?
 
Use the Shell function...

Call Shell("C:\Program Files\Microsoft Office\Office\winword.exe C:\Documents\UsersGuide.doc", vbMaximizedFocus)

HTH
 

Users who are viewing this thread

Back
Top Bottom