Reports Property [Access 2003 VBA Language Reference]

You can use the Reports property to access the read-only Reports collection and its related properties.

expression.Reports

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 and is read-only.

The Reports collection contains all of the currently open reports in a Microsoft Access database (.mdb) or Microsoft Access project (.adp).

Applies to | Application Object

See Also | Report Object