Attaching pictures in Access

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

Guest

I have a resume database that I would like to attach the actual resumes to.
It would be much like putting in pictures of employees. The resumes,
however, are in pdf format. Is this possible and if so how do I link the two?
 
In table design, you need a field of type Hyperlink.

You can then insert a link to the pdf (Insert menu when entering data, or
just right-click the field), and clicking the field will then open Acrobat
(assuming it's installed.)

More info:
Introduction to Hyperlink fields
at:
http://allenbrowne.com/casu-09.html
 
Back
Top