Hello everyone,
I am currently working with a SQL Server backend that is connected to a Microsoft Access frontend. The frontend dynamically creates tables and queries as needed, so these objects are typically not stored permanently.
I set it up this way to ensure that not all users share the same SQL Server login. However, I've encountered a problem: once the Access frontend is connected to the SQL Server, it uses a single SQL Server login for the entire session. I am unable to change the login without closing the frontend.
Is there a way to resolve this issue? Perhaps a method to remove or change the connection through VBA?
Any guidance or suggestions would be greatly appreciated!
Thank you in advance for your help.
I am currently working with a SQL Server backend that is connected to a Microsoft Access frontend. The frontend dynamically creates tables and queries as needed, so these objects are typically not stored permanently.
I set it up this way to ensure that not all users share the same SQL Server login. However, I've encountered a problem: once the Access frontend is connected to the SQL Server, it uses a single SQL Server login for the entire session. I am unable to change the login without closing the frontend.
Is there a way to resolve this issue? Perhaps a method to remove or change the connection through VBA?
Any guidance or suggestions would be greatly appreciated!
Thank you in advance for your help.