With Access 2000, Microsoft made the switch from using the DAO library to ADO. These means if you want to use DAO to open a recordset, you need to make sure the DAO library has a higher priority than ADO in the references. This can be done by opening a code window and selecting 'references' from the 'Tools' menu. Make sure the DAO library is checked and is higher on the list than ADO.
This is the microsoft article detailing the problem:
http://support.microsoft.com/support/kb/articles/Q181/5/42.ASP?LN=EN-US&SD=gn
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.