SourceField Property

The SourceField property stores the name of the field as it's represented in the database.

Applies to objects: Field.

Syntax

[[Let] RetVal = ] object.SourceField

The SourceField 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, SourceTable Property.