Forms Property [Access 2003 VBA Language Reference]

You can use the Forms property to return a read-only reference to the Forms collection and its related properties.

expression.Forms

expression Required. An expression that returns one of the objects in the Applies To list.

Remarks

This property is available only by using Visual Basic .

The properties of the Forms collection in Visual Basic refer to forms that are currently open.

Applies to | Application Object

See Also | Form Object