Application.CurrentData Property (Access)

You can use the CurrentData property to access the CurrentData object and its related collections. Read-only CurrentData object.

Syntax

expression .CurrentData

expression A variable that represents an Application object.

Remarks

Use the CurrentData property to refer to one of the following current database collections together with one of its properties or methods.

AllTables

AllQueries

AllViews

AllStoredProcedures

AllDatabaseDiagrams

See Also

Concepts

Application Object

Application Object Members