I am diving back into the world of Access for the first time in years...and coordinating that with SQL for the first time so please forgive my ignorance here. Here is what I am trying to do:
I have an Access 2010 front end that queries (and will eventually update) data from SQL Server. Thus far I am using pass through queries against my SQL tables.
I have already established one ODBC connection to one of our servers. What I need is a way to dynamically change the server connection detail once and have that carry forward to all of my tables and queries.
I am using the same database schema, so same exact table structure ensuring my queries will still work....just different servers.
I am envisioning having one user form where either A.) A user enters the particular credentials (Server, Username, Password) or B.) User chooses one pre-existing connection that pulls from a "Connection" table I would house in Access.
Any help you can provide is much appreciated. Thank you.