SubForm.Width Property (Access)

Gets or sets the width of the specified object in twips. Read/write Integer.

Syntax

expression .Width

expression A variable that represents a SubForm object.

Remarks

For report controls, you can set the Width property when you print or preview a report only by using a macro or an event procedure specified in a section's OnFormat event property setting.

You can't set this property for an object once the print process has started.

Microsoft Access automatically sets the Width property when you create or size a control or when you size a window in form Design View or report Design view.

The width of forms and reports is measured from the inside of their borders. The width of controls is measured from the center of their borders so controls with different border widths align correctly. The margins for forms and reports are set in the Page Setup dialog box, available by clicking Page Setup on the File menu.

See Also

Concepts

SubForm Object Members

SubForm Object