DependencyObjects Collection [Access 2003 VBA Language Reference]
DependencyObjects AccessObject AccessObjectProperties |
Represents the collection of AccessObject objects that a DependencyInfo object contains.
Using the DependencyObjects Collection
To return a DependencyObjects collection, use the Dependants or Dependencies property of the DependencyInfo object.
To return a single AccessObject object, use the Item method of the DependencyObjects collection.
Properties | Count Property | Item Property
Parent Objects
Child Objects | AccessObjectProperties
See Also | DependencyInfo Object