Application.CodeData Property

Access Developer Reference

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

Syntax

expression.CodeData

expression   A variable that represents an Application object.

Remarks

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

AllTables

AllQueries

AllViews

AllStoredProcedures

AllDatabaseDiagrams

See Also