Beginning Access 2002 VBA (Programmer to Programmer)
| |
Objects
| Name | Description |
|---|---|
| Connection | A Connection object represents a connection to an ODBC data source |
| Connections | Contains one or more Connection objects |
| Container | Details about a predefined type of Access object, such as Reports or Forms . |
| Containers | Contains one or more Container objects. |
| Database | Represents an open database. |
| Databases | Contains one or more Database objects. |
| DBEngine | The Jet Database Engine. |
| Document | Details about a saved Access object, such as an individual Report or Form . |
| Documents | Contains one or more Document objects. |
| Error | Details of a single error that occurred during a data access method. |
| Errors | Contains one or more Error objects. |
| Field | Details of an individual field, or column, in a table, query, index, relation, or recordset. |
| Fields | Contains one or more Field objects. |
| Group | Details of a group of User accounts. |
| Groups | Contains one or more Group objects. |
| Index | Details about the ordering of table values. |
| Indexes | Contains one or more Index objects. |
| Parameter | Details of a parameter in a parameter query. |
| Parameters | Contains one or more Parameter objects. |
| Property | Details of a user-defined or built-in property on an object. |
| Properties | Contains one or more Property objects. |
| QueryDef | Details of a saved query. |
| QueryDefs | Contains one or more QueryDef objects. |
| Recordset | The records in an open table or query. |
| Recordsets | Contains one or more Recordset objects. |
| Relation | Details the relationship between fields in tables and queries. |
| Relations | Contains one or more Relation objects. |
| TableDef | Details of a saved table. |
| TableDefs | Contains one or more TableDef objects. |
| User | Details of a user account. |
| Users | Contains one or more User objects. |
| Workspace | Details of a session of the Jet database engine. |
| Workspaces | Contains one or more Workspace objects. |
| |