This document contains a VBScript function that opens a connection to an Access database, executes an SQL statement to retrieve a recordset, and returns the recordset. The function takes in the filename of the Access database and an SQL statement as parameters. It opens an ADODB connection to the database, executes the SQL to get a recordset, disconnects the recordset from the connection, and returns the recordset.