Test if your Recordset is Empty or Not with 4 Lines of code!!!
Test if your Recordset is Empty or Not with 4 Lines of code!!!
Rate Test if your Recordset is Empty or Not with 4 Lines of code!!!
(1(1 Vote))
Set RS = DB.OpenRecordset("Yourtable")
If RS.EOF And RS.BOF Then
'Result of the test here.
End if
Test if your Recordset is Empty or Not with 4 Lines of code!!! Comments
No comments yet — be the first to post one!
Post a Comment