| GetValue Method | |
| See Also |
- Index
A field in the data source. Select the field by supplying one of the following:
- The index of the field, 0-based (long integer)
- The alias of the database column (string)
- RecordNumber
- The number of a record
Returns the value of a field in a record within the data source.
| Visual Basic |
|---|
Public Function GetValue( _
ByVal Index As Variant, _
ByVal RecordNumber As Long _
) As String |
- Index
A field in the data source. Select the field by supplying one of the following:
- The index of the field, 0-based (long integer)
- The alias of the database column (string)
- RecordNumber
- The number of a record