CurrentProject.UpdateDependencyInfo Method (Access)

Updates the dependency information for the database.

Syntax

expression .UpdateDependencyInfo

expression A variable that represents a CurrentProject object.

Remarks

The UpdateDependencyInfo method opens, saves, and then closes every table, query, form, and report in the database; no messages are presented to the user.

This method will return a run-time error if any of the following conditions are true:

  • This method is being called from an Access project (.adp).

  • Any database objects are open.

See Also

Concepts

CurrentProject Object Members

CurrentProject Object