DoSetFieldValue Method

Applies to:  SqlQueryBuilder object
See also:  Method and Function Index

Sets the value of a field to a literal value or expression, in a query that will insert or update records.

Syntax:

object.DoSetFieldValue FieldName As , Value As , DataType As

The DoSetFieldValue method syntax has these parts:

Part Description
object The name of an object in the Applies to list.
FieldName No help available for this parameter.
Value No help available for this parameter.
DataType No help available for this parameter.

Remarks:

Put more information here.