I have a question that I wasn't able to find a nice clear answer to that I am hoping you professionals could shed some light on.
When dealing with recordsets (DAO), when doing error handling if the event the module/process fails, should you apply .close and then set to Nothing?
If so, why? If...