Collection Property
From Microsoft Access Visual Basic
expression.Collection
expression Required. An expression that returns one of the objects in the Applies To list.
Remarks
The Collection property is available only by using Visual Basic and is read-only.
You can use the Collection property to access the collection to which an object belongs. For example, the Collection property of a Reference object returns an object reference to the References collection.
The Collection property is similar to the Parent property.