/ Published in: Visual Basic
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
'Open a File Application.FollowHyperlink ("C:\MyFile.doc") 'Open a Folder Application.FollowHyperlink ("C:\Program Files") 'Open a file where the file’s name and path is stored in a textbox on a form Application.FollowHyperlink (me.YourTextBox)
URL: http://www.myaccesstips.com/SearchDetails.asp?TipID=5