Recordset.CurrencyValue Method
Reads Currency value from the recordset by index.

CurrencyValue(
column
as Integer,
row
as Integer)
as Currency
Parameters
- column
- The column number to read (Zero based).
- row
- The row number to read (zero based).
Returns
- Currency
Remarks
See Also
Recordset Class