I upsized my Access db to SQL server and all the tables were automatically linked.
Unfortunately, it now asks me for the username and password everytime I open the db and this is usually a distributed application so I don't want users to see this.
Is there a way to add the db string in code?
I know Access can save the linked tables and passwords through it's linking wizard but then it adds dbo_ to the beginning of each table name, which won;t work with all my current VBA code.
Unfortunately, it now asks me for the username and password everytime I open the db and this is usually a distributed application so I don't want users to see this.
Is there a way to add the db string in code?
I know Access can save the linked tables and passwords through it's linking wizard but then it adds dbo_ to the beginning of each table name, which won;t work with all my current VBA code.