VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Test if your Recordset is Empty or Not with 4 Lines of code!!!

by magscy (Philippines) (3 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Originally Published: Fri 13th September 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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!!!



Set RS = DB.OpenRecordset("Yourtable")
If RS.EOF And RS.BOF Then
   'Result of the test here.
End if

Download this snippet    Add to My Saved Code

Test if your Recordset is Empty or Not with 4 Lines of code!!! Comments

No comments have been posted about Test if your Recordset is Empty or Not with 4 Lines of code!!!. Why not be the first to post a comment about Test if your Recordset is Empty or Not with 4 Lines of code!!!.

Post your comment

Subject:
Message:
0/1000 characters