Quote:
Originally Posted by anukagni
Hi all,
Iam Having some Articles and Juronals of my Institute which are all in PDF format and I want to retrive this thing using Access ..
I ill explain assume that i am having set of pdf file which is having unique name with it and i want to creat an DB in which i want to feed this names and giving an hyper link to the pdf file. Now i want to retrive this pdf file by searching using the name which i entered it this possible please give me an solution. If ur not able to understand reply me..
anukagni
The easiest way may be to create a table with the full path to the pdf files in one column and make it a hyperlink data type and the file name in another column of text type.
You could then create a form with a combo box set to the table with the hyperlink column hidden and the file name column displayed.
When user selects file name then file should open.
Mary