The Recordset Helper is designed to make working with Access recordset objects, in particular the SQL statements, easier.

There are two primary areas of functionality with the Recordset Helper.


1) Taking the SQL from an Access query, reformatting it to make is much more organized and readable, and then converting it into a string so that it can be used to power a recordset object in your VBA code.  Reformatting Access's SQL and converting it into a useful string is a time consuming process



2) Taking the recordset object in VBA and being able to display its contents and its SQL source.  Having the ability to view what data is in your recordset object as you are debugging code is highly useful.