Attachment.PictureTiling property (Access)

Use the PictureTiling property to specify whether a background picture is tiled across the entire attachment control. Read/write Boolean.

Syntax

expression.PictureTiling

expression A variable that represents an Attachment object.

Remarks

The PictureTiling property uses the following settings.

Setting Visual Basic Description
Yes True The picture is tiled.
No False (Default) The picture isn't tiled.

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

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.