CurrentData Property [Access 2003 VBA Language Reference]

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

expression.CurrentData

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

Remarks

This property is available only by using Visual Basic and is read-only.

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

Applies to | Application Object

See Also | AllDatabaseDiagrams Collection | AllQueries Collection | AllStoredProcedures Collection | AllTables Collection | AllViews Collection | CurrentData Object