Description
Returns the table name linked to the field.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property LinkedTable() As String |
| |||
API Field / Linked Table | |||
Linked Table Property
|
Visual Basic |
---|
Public Property LinkedTable() As String |
Sets or returns a linked user table name, so that the user field will be used as a foreign key in the TableName.
Field name: RTable.
Length: 20 characters.
Visual Basic |
---|
Public Property LinkedTable() As String |
The values of the Size and Type properties must match the Size and Type values of the key field in the linked table.
When using the LinkedTable property, do not set the DefaultValue and ValidValues properties.
For the linked user tables do not use the @ sign in the LinkedTable name.
This property is not supported by the Recordset object.