Creating a hyperlink button on a form

  • Thread starter Thread starter Stacie Fugate
  • Start date Start date
S

Stacie Fugate

How do you create a hyperlink button on a form so that
when it is clicked, it will open up a file that is stored
on a shared drive?
 
There are a number of different ways you can open a file:

1. Use the "Hyperlink Address" Property of the
CommandButton.

2. Use the Shell Method in the CommandButton_Click Event.

Check Access / Access VB Help on the
Property "HyperlinkAddress" and the Shell Method.

HTH
Van T. Dinh
MVP (Access)
 

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


Back
Top