>
Documents Collection
Description
A Documents collection contains all of the Document objects for a specific type of object.
Remarks
Each Container object has a Documents collection containing Document objects that describe instances of built-in Container types property settings.
You can refer to a Document object in a collection by its Name property setting using this syntax:
cntApplication.Documents("name")
Properties
Count Property.
Methods
Refresh Method.
See Also
Appendix, "Data Access Object Hierarchy."
Specifics (Microsoft Access)
See the Document object specifics (Microsoft Access).
Example
See the Container object example.
Example (Microsoft Access)
See the Document object example (Microsoft Access).