Adobe PDF Files

J

John

Does anyone know if it's possible to create an Access 2003 field in which I
can save an Adobe PDF file?
 
V

Van T. Dinh

It is an OLE Field but storing an OLE object in an Access
database is not recommended as the database file will
become bloated. Much better to store the PDF file
separately and simply store the (full) path to the PDF
file in the database.

HTH
Van T. Dinh
MVP (Access)
 
Top