Share via


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.

Version Information

Version Added: Access 2010

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.

See Also

Concepts

Attachment Object

Attachment Object Members