Attachment.BackColor Property (Access)

Gets or sets the interior color of the specified object. Read/write Long.

Version Information

Version Added: Access 2007

Syntax

expression .BackColor

expression A variable that represents an Attachment object.

Remarks

The BackColor property contains a numeric expression that corresponds to the color used to fill a control's or section's interior.

You can set the default for this property by using a control's default control style or the DefaultControl property in Visual Basic.

To use the BackColor property, the BackStyle property, if available, must be set to Normal.

See Also

Concepts

Attachment Object Members

Attachment Object