ACCESS Open File with other program


/ Published in: Visual Basic
Save to your folder(s)



Copy this code and paste it in your HTML
  1. 'Open a File
  2. Application.FollowHyperlink ("C:\MyFile.doc")
  3.  
  4. 'Open a Folder
  5. Application.FollowHyperlink ("C:\Program Files")
  6.  
  7. 'Open a file where the file’s name and path is stored in a textbox on a form
  8. Application.FollowHyperlink (me.YourTextBox)

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.