Returns True if the current record position is before the first record; False otherwise.
Read-only property
variable = object.BOF |
Boolean
When you open a RecordSet that contains at least one record, the first record is the current record and both BOF and EOF are False. When you open a RecordSet that contains no records, both BOF and EOF are True and RecordCount is zero. Calling the MovePrevious method when BOF is True will generate an error.