Chapter 2 -- 55
Reference Guide
"
""
" Database.BOF
Returns a value that indicates whether the current row position
is before the first row in the current recordset.
Return value:
True The current row position is before the first row.
False The current row position is on or after the first row.
Access Read-Only.
Type VT_BOOL or Boolean
.
"
""
" Database.EOF
Returns a value that indicates whether the current row position
is after the last row in the current recordset.
Return value:
True The current row position is after the last row.
False The current row position is on or before the last
row.
Access Read-Only.
Type VT_BOOL or Boolean
.
"
""
" Database.IsOpen
Tests if the Database object has been open successfully.
Access Read-Only.
Type VT_BOOL or Boolean
.
"
""
" Database.Parent
Returns the parent object of the specified object.
Access Read-Only.
Type VT_DISPATCH.