Hyperlink

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good day,

I have a subform that contains a field called DocumentDesc adjacent to it is
field called location which contains the hyperlink to the document however it
is hidden. How do I get the field that is not hidden to run the link and open
the document link on Double click?

Any help would be greatly appreciated.

Example

DocumentDesc Location
MWI Blade Managment "Hyperlink to document"
 
Use something like this in the DoubleClick event procedure:

Application.FollowHyperlink Me.Location
 

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

Back
Top