Access Frontend to SQL database

J

jfrasier

I used the upsize Wizard to create the SQL database and use my .mdb
for the frontend. Now we have moved SQL server to a new server. I have
figured out how to move the database, but I don't know how to tell
Access where the new location is.

Thanks.
 
J

John W. Vinson

I used the upsize Wizard to create the SQL database and use my .mdb
for the frontend. Now we have moved SQL server to a new server. I have
figured out how to move the database, but I don't know how to tell
Access where the new location is.

Thanks.

You'll need an ODBC link to the current SQL instance: Start... Control
Panel... Administrative Tools... Data Sources(ODBC) on my Windows version, it
may be somewhere else on yours.

You can then delete all the table links in your current frontend and use
File... Get External Data... Link, and select ODBC from the "files of type" to
link to the ODBC connection that you defined.
 
J

jfrasier

Thank you so much. That worked great.



Jane



You'll need an ODBC link to the current SQL instance: Start... Control
Panel... Administrative Tools... Data Sources(ODBC) on my Windows version, it
may be somewhere else on yours.

You can then delete all the table links in your current frontend and use
File... Get External Data... Link, and select ODBC from the "files of type" to
link to the ODBC connection that you defined.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top