There is much discussion/debate about whether DAO or ADO is best for a multi-user split database. Basically, before I get into that subject too much, I need to clarify what I'm using. I have been declaring recordsets as "As Recordset" rather that "As ADODB.Recordset" or "DAO.Recordset" (and to clarify, I'm using MS-Access 2007).
If I want to use DAO, should I be using "As DAO.Recordset" or is "As Recordset" the same?
The reason I ask is that I want to know if i should be recoding to use DAO. (My front end and back end are both Access 2007).
If I want to use DAO, should I be using "As DAO.Recordset" or is "As Recordset" the same?
The reason I ask is that I want to know if i should be recoding to use DAO. (My front end and back end are both Access 2007).