Recent content by AccJohn

  1. A

    Create a new workgroup information file in Access 2010

    Thanks a lot! Now the db connection is working I think. But I have a new problem. Here is my ADODB.Connection.connectionString: "Driver={Microsoft Access Driver (*.mdb)};Dbq=\\folder1\folder2\User1\Database.mdb; Uid=Admin;Pwd=password;"After updating the Database-connection I have also...
  2. A

    Create a new workgroup information file in Access 2010

    Sorry, forgot to put the line of the conWork initialisation. Edited my previous post now. I am using an .mdb file. I changed my connectionString to : conWork.ConnectionString = "DRIVER={Microsoft Access Driver...
  3. A

    Create a new workgroup information file in Access 2010

    Thanks a lot! I'm (hopefully) some steps further now. But unfortunatelly I'm receiving a new error message. (I don't want to open a new thread because I want to retain the overall context , but if you want me to, then I will open one). When I'm running my Access2010 Application I always...
  4. A

    Create a new workgroup information file in Access 2010

    Thanks for the quick reply! I know this link. The problem is: it is very difficult for me to install new addins, software etc on my computer due to our strict security policy. Is there no other way to solve this problem?
  5. A

    Create a new workgroup information file in Access 2010

    Hi all! I'm an access-beginner and have the following problem: We were using Access 2003 with an ODBCDirect database and upgraded to Access 2010 recently. After the upgrade I received an error message that ODBCDirect isn't supported anymore and that I have to change from DAO to ADO in the...
Back
Top Bottom