Purpose
A Relation object represents a relationship between fields in two or more tables
Accesses/Assigns
Attributes | Miscellaneous characteristics of a Relation object |
Fields | (Default) Collection of fields in this relation |
ForeignTable | Specifies the name of the foreign (referencing) table in a relationship |
Name | The name of this object |
Table | Specifies the primary (referenced) TableDef or Querydef |
Methods
CreateField | Creates a new Field object |
Inherits from
See Also
DaoRelations | Collection of DaoRelation Objects |