What is the difference between:<br><br>dim rst as recordset<br><br>set rst= currentdb.openrecordset ("test"<br>.....<br><br>rst.close<br><br>and<br><br>dim rst as recordset<br><br>set rst= currentdb.openrecordset ("test"<br>.....<br><br>set rst = Nothing<br><br>Does it affect the memory used? If so, what is best?<br><br><br>Thanks a lot in advance!<br><br><br>Greetings,<br><br>Dirk<br><br><A HREF="mailto:dirk.news@yucom.be">dirk.news@yucom.be</A><br><br><br><br><br>