Dependencies Property [Access 2003 VBA Language Reference]

Returns a DependencyObjects collection that represents the objects that the specified AccessObject object depends upon. Read-only.

expression.Dependencies

expression Required. An expression that returns a DependencyInfo object.

Remarks

To return the collection of objects that depend upon the specified AccessObject object, use the Dependants property of the DependencyInfoobject.

Applies to | DependencyInfo Object

See Also | Dependants Property