Returns the value of the column as first fetched from the database.
Syntax
object.OriginalValue
The object placeholder represents an object expression that evaluates to an object in the Applies To list.
Return Values
The OriginalValue property return value is a Variant value whose datatype is determined by the datatype of the rdoColumn specified.
Remarks
When working with optimistic batch update operations, you might need to resolve update conflicts by comparing the column values as originally returned by RDO with the value as supplied by the user. The OriginalValue property provides this value as first fetched from the database.