>
Relations Collection
Description
A Relations collection contains stored Relation objects of a Database object.
Remarks
You can use the Relation object to create new relationships and examine existing relationships in your database. You can add a Relation object to the Relations collection using the Append method so it will be saved when you close the Database object. To remove a Relation object from the collection, use the Delete method.
Properties
Count Property.
Methods
Append Method, Delete Method, Refresh Method.
See Also
Appendix, "Data Access Object Hierarchy."
Example
See the Relation object example.
Example (Microsoft Access)
See the Relation object example (Microsoft Access).