Iblys,
I had the same problem as you are describing. Eventually I declared a connection variable and used that to open the ODBC database here's some code that worked for me using DAO 3.6.
Dim ws As DAO.Workspace
Dim db As DAO.Database
Dim rs As DAO.Recordset
Dim cn As DAO.Connection
Set ws =...
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.