Column
Applies to
VAccess
Description
This property specifies which column in an extended fetch record set is the current column for the FieldValue and ColumnName properties.
Remarks
Each column in an extended fetch record set corresponds to a field in the database. If a value is specified in the SelectedFields property, the order of the column values corresponds to the order of the fields listed in the SelectedFields property. If no value is specified for the SelectedFields property, the order of column values corresponds to the order of fields in the database record.
The Column and Row properties together specify an individual field in a set of records returned by an extended fetch operation.
The valid range of values for the Column property is 1 (the first column) to the value of the Columns property (the last column). This property is not available at design time.
The Column property is paired with the ColumnName property. Setting one sets the other as well.
The ExtendedOps property must be set to True to enable the extended operations capabilities of the VAccess control.
RowColumnValue is usually simpler than Column for specifying and retrieving specific field values.
See Also
Affects: ColumnName, FieldValue, RowColumnValue
Affected by: ExtendedOps