Application.Forms Property (Access)

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

Syntax

expression .Forms

expression A variable that represents an Application object.

Remarks

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

See Also

Concepts

Application Object Members

Application Object