Quick summary
This tutorial shows how to import a PDF into MS Access by adding an Attachment field to a table and linking the file directly to a database record. Follow the steps below to store and manage PDF files within your Access database without external references.
Steps
- Open the Access database where you want to attach the PDF.
- Open the table in Design View.
- Add a new field with the Attachment data type.
- Provide a name for the field.
- Click the Save option to save the table.
- Open the table in Datasheet View.
- Click the Attachment field for the record where you want to add the PDF.
- Click the paperclip icon.
- In the dialog box, click Add and browse to select the PDF file.
- Click OK to save the attachment.
- The PDF is now stored in the database as an attachment to the record.



