0

I'm almost completely new to MS Access. In Access 2013, can tables in Access be automatically updated nightly based on a SQL query? Or, if I create a table in SQL that's updated nightly, can that update Access tables nightly as well?

Thank you.

2
  • 1
    Of course it's possible, but it is far better to link the SQL Server tables in Access. Commented Dec 3, 2015 at 15:16
  • OK thanks. I'm working on learning the basics now. I just wanted to know if it was possible. Commented Dec 3, 2015 at 15:18

1 Answer 1

1

You can in SQL Server attach an Access database file as a Linked Server server object. Then you have access to the tables of that database from within SQL Server.

However, the Access database will often have to be opened exclusively, meaning that it will fail if opened from another application, or - when opened from SQL Server - no other application can get access.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.