S
Sash
I have a bunch of code that runs, but I want to prompt the user and not run
it if there are no records found.
Thought I could do something like, whereby rs is the recordset:
If IsNull(rs) Then
MsgBox "No Records Found"
db.Close
End If
it if there are no records found.
Thought I could do something like, whereby rs is the recordset:
If IsNull(rs) Then
MsgBox "No Records Found"
db.Close
End If