FRONT END: MS Access 2007 (Multiple workstations; less than 10) on Windows XP, Vista and Windows 7
BACK END: SQL Server 2008
At our organization we have a department that contracted and had created its own small Microsoft Access database (by an outside developer) for its use. After a few years and several users later that Access DB was splkit so that the data is in a SQL Server Database (SQL Server 2005 at the time) and Access is the front end using the Linked Table Manager to connect the 2 pieces. This has worked albeit with support issues here and there but all were eventually resolved.
We tried to move the database to a new SQL Server (Version 2008) but we are having problems with getting Access to see the new DB. I must admit it’s a nightmare trying to figure out how to use the LTM (Linked Table Manager) and get it to see that the DB is on a different server. I have setup a SQL Login and also added the users NT Domain Accts to the DB (members of the DBO Role) so that permissions should not be an issue and yet no matter how I try to connect the LTM to the new DB on the new SQL Server it fails.
QUESTION : What is the best method/process/code/module for using an ACCESS 2007 front end with a SQL Server 2005/2008 database so that if the DB is moved or changes in some way so that the same login info does not work, one can point ACCESS to the new info and with the right credentials it will re-link to the tables in the new copy of the DB?
NOTE: While this would normally fall onto the ACCESS developer who created the DB I believe he does not possess the knowle3dge to resolve this and so I am actively working it so that our corporate people who need this can move forward with using it.
Thanks