Quick summary
Adding an Attachment control in Microsoft Access lets you store files like images and documents directly within a database table. This is done by opening the table in Design View and setting a field's Data Type to Attachment.
Steps
- Navigate to your database and click on it to open it.
- Open your database in Design View for the table where you want to store attachments.
- In the Field Name column, type a name for your new field.
- In the Data Type column, select Attachment from the dropdown.
- Save the table structure by clicking Save to store the attachment field.



