I am trying to connect to an Access DB using a standard ADO connection object. This runs perfectly when I do not set a password for the database;
Dim cn As Connection
Set cn = New Connection
With cn
.Provider = "Microsoft.jet.OLEDB.3.51"
.ConnectionString=...
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.