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", saving them in the format: "IDauthorDATE". One text box in the database is called "PDF Link" and I am recording the IDauthorDATE text there.
How do I create a Command Button event that will open the pdf corresponding to the current record (i.e. merge the folder and the pdf file text and open that file)?
n.b. I don't want to put the whole string in the text box in case I have to move the whole folder in the future.
Many thanks.
I am storing all the pdfs in a folder called "C:\References", saving them in the format: "IDauthorDATE". One text box in the database is called "PDF Link" and I am recording the IDauthorDATE text there.
How do I create a Command Button event that will open the pdf corresponding to the current record (i.e. merge the folder and the pdf file text and open that file)?
n.b. I don't want to put the whole string in the text box in case I have to move the whole folder in the future.
Many thanks.