Return to Snippet

Revision: 8019
at August 27, 2008 04:06 by goo


Initial Code
'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)

Initial URL
http://www.myaccesstips.com/SearchDetails.asp?TipID=5

Initial Description


Initial Title
ACCESS Open File with other program

Initial Tags
file

Initial Language
Visual Basic