SourceTable Property

The SourceTable property contains the name of the table, that owns the given field, as it's represented in the database.

Applies to objects: Field.

Syntax

[[Let] RetVal = ] object.SourceTable

The SourceTable property syntax has these parts:

Part Description
object Required. A reference to an instance of the object.
RetVal Optional. A String type variable.

Remarks

This property is Read-Only.

Example

.......

 

See Also

Field Object, SourceField Property.