I
iccsi
I would like to know when I have to set DAO.recordset = Nothing.
Do I need have set it to nothing at label Exit_MyEvent that make sure
even function failed still free the memory? or I can set it to nothing
in the end of function.
By the way, Do I need set DAO.QueryDef to nothing as well, since I use
set statement to assign value to DAO.QueryDef.
Your information is great appreciated,
Do I need have set it to nothing at label Exit_MyEvent that make sure
even function failed still free the memory? or I can set it to nothing
in the end of function.
By the way, Do I need set DAO.QueryDef to nothing as well, since I use
set statement to assign value to DAO.QueryDef.
Your information is great appreciated,