I have a form that sets a new class. It then calls one of the classes methods which gets a recordset. In the class I also have another method that performs a movenext on the recordset. The problem is in my click event for the movenext button, I create a instance of the class and then call the movenext function I created. That's when I get an error saying the recordset can't be closed when doing this. But I never closed the recordset!

Please help!
Erica