Section Object [Access 2003 VBA Language Reference]

Multiple objects
Section
Properties

A form section is part of a form such as a header, footer, or detail section.

Using the Section Object

You can set section properties which are attributes of a form that affect the appearance or behavior of that section. For example, you can set the CanGrow property to specify whether the section will increase vertically to print all the data the section contains. Section properties are set in form Design view.

Properties | BackColor Property | CanGrow Property | CanShrink Property | Controls Property | DisplayWhen Property | EventProcPrefix Property | ForceNewPage Property | HasContinued Property | Height Property | InSelection Property | KeepTogether Property | Name Property | NewRowOrCol Property | OnClick Property | OnDblClick Property | OnFormat Property | OnMouseDown Property | OnMouseMove Property | OnMouseUp Property | OnPrint Property | OnRetreat Property | Properties Property | RepeatSection Property | SpecialEffect Property | Tag Property | Visible Property | WillContinue Property

Events | Click Event | DblClick Event | MouseDown Event | MouseMove Event | MouseUp Event

Parent Objects | Form Object | Report Object

Child Objects | Properties Object