Linking Switchboard button to a .doc file

D

dab1477

Thanks in advance for the help.
I would like create a menu within my database switchboard that will lead to
a directions page that will assist in using each of my sub-menus within the
switchboard. I have created these directions as Word documents that contain
text and embedded pictures of the menus or windows. How do I import a .doc
extension into the database in order to have it link to a menu button? Can I
do this if the .doc resides outside of the database?
I envision the user clicking a switchboard menu button and linking to a set
of directions with a .doc extension. The .doc file would be opened for
reading the directions. Thanks.
 
A

Allen Browne

Use a label (unattached) on your form, and set its Hyperlink Address
property to the fully qualified file name, like this:
file:///C:/My%20Documents/MyFile.doc

Note the file prefix, reversed slashes, and %20 instead of space in the file
name.
 
D

dab1477

Thank you.

Allen Browne said:
Use a label (unattached) on your form, and set its Hyperlink Address
property to the fully qualified file name, like this:
file:///C:/My%20Documents/MyFile.doc

Note the file prefix, reversed slashes, and %20 instead of space in the file
name.
 

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

Similar Threads

Access Switchboard error message 1
How to unlink TOC from a doc 0
Switchboard Error 2
Switchboard item disappears 2
Switchboard Form 3
Command Button not working 1
Access Switchboard 1
switchboard fails to open automatically 5

Top