Converting an Existing Database to a Web Database
Creating a web database is easyâ¦if you start from scratch. If you want to take an existing database and transform it into a SharePoint-loving web database, you face a steeper climb. First, hereâs the bad news: To convert an ordinary database into a web database, all the tables your database contains must be compatible with the rules of SharePoint. But chances are that your table is full of tiny details that donât fit. Before you can upload your database to the Web, you need to solve each of these issues.
Now, hereâs the happier side of the story: You donât need to worry about any of the other objects in your database. Thatâs because every query, form, report, macro, and code routine that youâve written is completely valid in a web database, because itâs a client object.
With this in mind, youâre ready to get started. In the next section, youâll take a cold, hard look at your database, and assess if itâs ready for the Web.
Checking Web Compatibility
Access includes a tool that can test to see if your database tables meet the web database rules. You can run this tool two ways:
You can check a single table. To do this, right-click a table in the navigation pane and choose Check Web Compatibility.
You can check all the tables in your database. To do this, choose FileâSave & Publish, click âPublish to Access Servicesâ (in the middle column), and click Run Compatibility Checker (in the rightmost column).
Either way, ...
Get Access 2010: The Missing Manual now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.