Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 935 Bytes

Access.DependencyInfo.Dependencies.md

File metadata and controls

33 lines (19 loc) · 935 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DependencyInfo.Dependencies property (Access)
vbaac10.chm13275
vbaac10.chm13275
Access.DependencyInfo.Dependencies
412c0237-464b-0790-5518-1266d9ded8a9
03/06/2019
medium

DependencyInfo.Dependencies property (Access)

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

Syntax

expression.Dependencies

expression A variable that represents a DependencyInfo object.

Remarks

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

[!includeSupport and feedback]