Attachment.DefaultPictureType property (Access)

Gets or sets the method used to store the image specified by the DefaultPicture property in the database. Read/write Byte.

Syntax

expression.DefaultPictureType

expression A variable that represents an Attachment object.

Remarks

The DefaultPictureType property uses the following settings.

Setting Value Meaning
Embedded (Default) 0 The image is embedded with the specified Attachment control.
Linked 1 The image is stored outside of the database.
Shared 2 The image is added to the SharedResources collection.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.