Share via


OutOfDateObjects Property [Access 2003 VBA Language Reference]

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

expression.OutOfDateObjects

expression Required. An expression that returns 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

Applies to | DependencyInfo Object

See Also | Dependants Property | Dependencies Property | UnsupportedObjects Property