How can I link a pdf file into an existing database?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to add pdf files into an existing database. I want to do add a button
and by clicking on it access these files that I import into the database. How
can I do this?
 
The simplest thing is to include a hyperlink field in your table, and
have a textbox on your form bound to the hyperlink field. Then just drag
the files (PDF or other) from a Windows Explorer or My Computer window
onto the textbox.
 
It would let me add a new table with all the hyperlinks. It gives me an error
saying that you can't modify the table because it is linked. What can I do?
 
If it's a linked table, you'll need to add the field to whatever back
end database the table is linked to.
 
Back
Top