Attaching a word document to a command button

L

Liz

How do I attached a microsoft word document to a command
button within my form.

I have a help button and I want to launch a microsoft
word help file when the user clicks the help button on
the form.

Thanks
 
R

Rick Brandt

Liz said:
How do I attached a microsoft word document to a command
button within my form.

I have a help button and I want to launch a microsoft
word help file when the user clicks the help button on
the form.

A quick and easy way...

Application.FollowHyperlink "Path to your doc"
 

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

Top