FIGURE 5.7The DAO 3.6 object model.
New Objects in the Access 2007 DAO Object Model ......................................
There are three new objects in the new object model: ComplexType, Field2, and
Recordset2. These objects are described in the following sections.ComplexType
The ComplexTypeobject represents a multi-valued field and has its own Fields collection to hold
the values.Field2
This object represents a field in an Access 2007 database. It has the new attributes outlined in
Table 5.1, as compared with the Field property, representing a field in an Access 2000 or Access
2002/2003 database.DBEngine
Errors
WorkspacesError
Workspace
Databases Database
Containers Container
Documents DocumentRecordsets Recordset
Fields Field
Relations Relation
Fields FieldGroups Group
Users User
Users User
Groups GroupTableDefs TableDef
Fields Field
Indexes Index
Fields FieldQueryDefs QueryDef
Fields Field
Parameters ParameterWorking with Access Data 5