class module

A module that can contain the definition for a new object. When you create a new instance of a class, you create the new object. Any procedures defined in the module become the properties and methods of the object.

Class modules in Microsoft Access exist both independently and in association with forms and reports.