Modules Collection

Description

The Modules collection contains all open standard modules and class modules in a Microsoft Access database.

Remarks

You can enumerate through the Modules collection by using the For Each...Next statement. To determine whether an individual Module object represents a standard module or a class module, check the Module object's Type property.

All open modules are included in the Modules collection, whether they are uncompiled, are compiled, are in break mode, or contain the code that's running.

The Modules collection belongs to the Microsoft Access Application object.

Individual Module objects in the Modules collection are indexed beginning with zero.

Properties

Application property, Count property, Item property (collections), Item property (ObjectFrame control), Parent property.

See Also

Module object.

Example

See the Module object example.