Hi
I would like to know if there is a way to test if a recordset is still open. I would like to place this in the
form.unload procedure to be sure the recordset are closed on exit. This example give an error if the recordset has been previously closed
If rsRs1.RecordCount > 0 Then
rsRs1.Close
Set rsRs1 = Nothing
End If
Thanks
Mike
I would like to know if there is a way to test if a recordset is still open. I would like to place this in the
form.unload procedure to be sure the recordset are closed on exit. This example give an error if the recordset has been previously closed
If rsRs1.RecordCount > 0 Then
rsRs1.Close
Set rsRs1 = Nothing
End If
Thanks
Mike