J
Jules DiMarco
I understand that you can use the following code to check
whether a dataset is empty:
If rstRecordset.BOF And rstRecordset.EOF
But how do you check whether a recordset is not empty?
I've tried doing a recordcount but get an error when
attempting to move the last record if the recordset is
indeed empty!
whether a dataset is empty:
If rstRecordset.BOF And rstRecordset.EOF
But how do you check whether a recordset is not empty?
I've tried doing a recordcount but get an error when
attempting to move the last record if the recordset is
indeed empty!