This class is derived by CDAORecordsetso you can use all the functions of the base class to accomplish every task you want, to open a CDBrs, you should call the OpenCursor Function of CDBForm, because the form will take care of closing it and deleting the allocated memory, if you want to access it you can use the Cursor Function.