Best way to put a hyper-link on a form

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

Guest

I have a form that I would like to hyper-link PDF's to. Any quick and dirty
way to have a different hyper link per record. thanks in advance.
 
If each record needs a different link, you have to store the values
somewhere, so how about adding a Hyperlink field to your table?

If you are unaware you could do that, see the example in:
Introduction to Hyperlink fields
at:
http://allenbrowne.com/casu-09.html
 
Back
Top