I remember there was a shorthand syntax that was commonly used to close the recordset and set it to nothing in one line it used a syntax like
rst.Close := Nothing
But cannot remember the right syntax, anybody out there with a better memory than mine? Google couldn’t help in this case.
Could it be this?
HTH