Recordset.BooleanValue Method
Reads Boolean value from the recordset by index.

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