Attachment.DefaultPicture Property (Access)
Gets or sets the path and file name of the graphic to be used as a background picture on an attachment control. Read/write String.
Version Information
Version Added: Access 2007
Syntax
expression .DefaultPicture
expression A variable that represents an Attachment object.
Remarks
The DefaultPicture property contains (bitmap) or the path and file name of a bitmap or other type of graphic to be displayed.
The default setting is (none). After the graphic is loaded into the object, the property setting is (bitmap) or the path and file name of the graphic. If you delete the path and file name of the graphic from the property setting, the picture is deleted from the object and the property setting is again (none).