Create a Child Recordset Object for Chaptered Columns
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 Value property of the "Chapter" Field object of the parent objRS_Parent Recordset object to create a child objRS_Child Recordset object.
objRS_Child = objRS_Parent.Fields("Chapter").Value;