I have an access database named Inservices Data.mdb Is there any way to specify this so my connect will work? VB does not like this...
data1.databasename = c:\Inservices\Inservices Data.mdb
Make an ADO object, and use the connection string wizard to bind to it. Then cut out the path part of it, delete the ADO object, and paste that path in your code. Give it a try anyways.
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.