Reputation: 321
We currently have an application in Microsoft Access that has some forms connected to tools. We now need to change it so that the application is powered from a Microsoft SQL Server database instead of Microsoft Access.
Is it possible to connect the Access Application to the SQL Server so that the forms continue working the way they do, but update data in the SQL Server database only, and there is no longer any Access database?
Upvotes: 0
Views: 89
Reputation: 8402
Yes, you can do this eaily by following these steps:
There is an excellent step-by-step tutorial here on setting this up.
There is an excellent step-by-step tutorial here for using the wizard.
Microsoft provides instructions for doing this. Just remember that SQL tables must have Primary Keys assigned, or the data will not be updateable in Access.
Upvotes: 1