Documents Collection (DAO)

Microsoft DAO 3.60

Documents Collection

                   

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]