Close the Child Recordset Object
Note
Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.
This code sub-segment uses the Close method of the objRS_Child Recordset object to free the system resources of the child recordset. Setting the objRS_Child Recordset object to null removes the child object from memory.
objRS_Child.Close;
Set objRS_Child = null;