P
phil
I frequently Exit out of subs and functions after setting
db = CurrentDb or rs = db.OpenRecordset(somestring).
Should I be setting these objects to = Nothing before I
do my Exit Sub or Exit Function?
db = CurrentDb or rs = db.OpenRecordset(somestring).
Should I be setting these objects to = Nothing before I
do my Exit Sub or Exit Function?