Share via


UpdateDependencyInfo Method [Access 2003 VBA Language Reference]

Updates the dependency information for the database.

expression.UpdateDependencyInfo()

expression Required. An expression that returns one of the objects in the Applies To list.

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.

Applies to | CodeProject Object | CurrentProject Object

See Also | GetDependencyInfo Method | IsDependentUpon Method