The Table property stores the name of the table that contains the primary key.
Applies to objects: Relation.
[[Let] RetVal = ] object.Table [Let] object.Table = SetVal |
The Table property syntax has these parts:
Part | Description |
object | Required. A reference to an instance of the object. |
RetVal | Optional. A String type variable. |
SetVal | Required. A String type variable. |
The Relation object can be based only on the fields of the table, specified in the Table property and relating to the primary key of that table.
You need to create as many fields for the given Relation object, as there are fields relating to the primary key, specified in the Table property.
....... |
See Also |
Relation Object, Field Object, ForeignName Property, ForeignTable Property, CreateField Method, CreateRelation Method. |