Beginning Access 2002 VBA (Programmer to Programmer)
|
Methods
Properties
Name | Returns | Description |
---|---|---|
Count | Integer | Indicates the number of Connection objects in the collection. Read-only. |
Item | Connection | Allows indexing into the collection to reference a specific object. This is the default property and can therefore be omitted. Read-only. |
|