Dependants Property [Access 2003 VBA Language Reference]
Returns a DependencyObjects collection that represents the objects that depend upon the specified AccessObject object. Read-only.
expression.Dependants
expression Required. An expression that returns a DependencyInfo object.
Remarks
To return the collection of objects that an AccessObject object depends upon, use the Dependencies property of the DependencyInfo object.
Applies to | DependencyInfo Object
See Also | Dependencies Property