Search results

  1. R

    Opening files from a form

    FollowHyperlink("c:\docubase\" & [ID] & ".pdf") Worked! Thanks for all your input!
  2. R

    Opening files from a form

    OK, JHB, Im thinking your onto something here....but due to my lack of knowledge here....Where do I put that code? And can you explain to me your thinking so I understand what the code is doing? Sorry for my ignorance!
  3. R

    Opening files from a form

    Sorry for my lack of knowledge here...but when I put: Application.FollowHyperlink "C:\docubase\" & Me.[ID] & ".pdf" into the "on click" property of a button, I get the following message... "Cannot find the object 'application' If 'application' is a new macro or macro group, make sure that...
  4. R

    Opening files from a form

    its actually in a form not a table. I created a label and put your code under the hyperlink address in the format section of the label properties. Both my table and the corresponding form have a field called [id]. The link i put on my form works fine if i put an actual file name in. Its...
  5. R

    Opening files from a form

    I tried your suggestion and got the following result: Unable to open *file://c:/docubase/"&[id]&".pdf Cannot open the specified file. (again only put * here to make it so wasnt posting a link)
  6. R

    Opening files from a form

    OK, I have spent the last 10 hours searching for a solution to this and after trying 2 dozen things, I am coming here for the experts advice... I have a very simple table of basically a unique number and a couple data fields. On my form with those same fields, I need to be able to create a...
Back
Top Bottom