Value

This property indicates the current value of a Field object in a recordset.

Syntax

var = field.Value

Return Value

Returns a Variant value. The default value depends on the Type property.

Remarks

Use the Value property to set or return data from Field objects.

ADOCE supports setting and returning long binary data with the Value property.