hyperlink vs. attachment data type

  • Thread starter Thread starter babs
  • Start date Start date
B

babs

not sure of adv. and disadv. or dif. between these two data types. Just want
to put path for pdf file for each record.???
posted earlier can't see it???

thanks,
barb
 
Why post twice?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Attachment will store the document in the database. Hyperlink will not.

I just use a regular text field and the shell function to open documents at
a certain path.

HTH,
 
Back
Top