Class CodeData (Access VBA)

The CodeData object refers to objects stored within the code database by the source (server) application. To use a CodeData class variable it first needs to be instantiated, for example

AllDatabaseDiagrams

You can use the AllDatabaseDiagrams property to reference the AllDatabaseDiagrams collection and its related properties.


CodeData.AllDatabaseDiagrams

AllFunctions

You can use the AllFunctions property to reference the AllFunctions collection and its related properties.


CodeData.AllFunctions

AllQueries

You can use the AllQueries property to reference the AllQueries collection and its related properties.


CodeData.AllQueries

AllStoredProcedures

You can use the AllStoredProcedures property to reference the AllStoredProcedures collection and its related properties.


CodeData.AllStoredProcedures

AllTables

You can use the AllTables property to reference the AllTables collection and its related properties.


CodeData.AllTables

AllViews

You can use the AllViews property to reference the AllViews collection and its related properties.


CodeData.AllViews