DependencyInfo.OutOfDateObjects Property (Access)

Returns a DependencyObjects collection that represents the AccessObject objects for which the dependency information is outdated. Read-only.

Syntax

expression .OutOfDateObjects

expression A variable that represents a DependencyInfo object.

Remarks

You can use the following code to update the dependency information for all of the objects in the database:

Application.CurrentProject.UpdateDependencyInfo

See Also

Concepts

DependencyInfo Object Members

DependencyInfo Object