What is the correct way to make sure all the stuff that is done in a module or procedure is closed and the memory freed?
the ones I know about are...
rs.Close
Set db = Nothing
should I have a doevents after these statments to allow access to do its housekeeping?
TIA
Jeff
the ones I know about are...
rs.Close
Set db = Nothing
should I have a doevents after these statments to allow access to do its housekeeping?
TIA
Jeff