Opens a DAO Recordset object against the current database connection.
The SQL or table or query name for which to open a result set
See the documentation for DAO.OpenRecordset
See the documentation for DAO.OpenRecordset
See the documentation for DAO.OpenRecordset
Suppress the error message if an error occurs
Dim recs as Dao.Recordset
Set recs = xf.DbConnect.OpenDAORecordset("SELECT * FROM Products WHERE CategoryID=2")