Importing a .pdf file into an Access field for future reference

N

Neal

Dear All,

A client is trying to create a database that would store the customer name,
address, and a separate .pdf file in individual fields. In other words, Name
field would be John Smith, Address field would be 123 Main Street, and the
Info field would contain a .pdf file that could be viewed at a future date.
Is this possible? If so, what would be method to do this? Thanks in advance.

Neal
 
K

Klatuu

bad idea. This would soon cause your database to go beyond the 2G size
limit. You would be better of to set up a folder for the pdf files, and use
a hyperlink field to point to the file.
 
Top