E
Eddy
Is there a means to test if a recordset is open when it is in fact not open.
I open recordsets with code behind forms. If an error occurs in the code
before the recordset is open, when I try to close it in the under the exit
portion of the code I an Object Variable Not Set error. I tried to test
with an if then IF rs then or If rs=Nothing then both gave me errors.
Thanks
I open recordsets with code behind forms. If an error occurs in the code
before the recordset is open, when I try to close it in the under the exit
portion of the code I an Object Variable Not Set error. I tried to test
with an if then IF rs then or If rs=Nothing then both gave me errors.
Thanks