Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cpc06
  • Content: Threads
  • Order by date
  1. cpc06

    Relative hyperlink works on any computer except for one

    I have a command button on a form that looks in a text box for a file name, and uses the code below to open the corresponding PDF: Private Sub Command82_Click() Application.FollowHyperlink CurrentProject.Path & "\References\" & Me![PDF Link].Value & ".PDF" End Sub I have made it a relative...
  2. cpc06

    Open PDF using Command Button and a Text Box

    I'm sure this has been explained elsewhere but I can't seem to find it. I am using Access to store a number of academic references. I have a form that displays each reference's unique ID and various pieces of information about it. I am storing all the pdfs in a folder called "C:\References"...

Part and Inventory Search

Back
Top