Documents Collection

Description

A Documents collection contains all of the Document objects for a specific type of object (Microsoft Jet databases only).

Remarks

Each Container object has a Documents collection containing Document objects that describe instances of built-in objects of the type specified by the Container.

To refer to a Document object in a collection by its ordinal number or by its Name property setting, use any of the following syntax forms:

Documents(0)

Documents("name")

Documents![name]

Properties

Count property.

Methods

Refresh method.

Specifics (Microsoft Access)

See the Document object specifics (Microsoft Access).

Example

See the Document object example.

Example (Microsoft Access)

See the Document object example (Microsoft Access).