A family of Microsoft relational database management systems designed for ease of use.
Hi Joel,
After looking into this a bit further, I don’t know of an easy way to disassociate your local database from the SharePoint site (most likely because all of the tables have now become SharePoint lists). However, when you published your application, Access should have made a backup of your database before doing so, which is not associated with SharePoint.
If you don’t have the backup or you have made several changes since then, you could try the following:
1. Use the “Open With Access” option from your Access Web application and then choose to save a local copy. This will then save a .ACCDW file to your machine.
2. Open this file in Access.
3. Then go to the File menu and choose the “Save Database As” option. This will then allow you to create an .ACCDB file for this database on your machine.
4. Create a new Access Web database.
5. Open this new database and go to the External Data tab and in the Import section click on Access.
6. Browse to the .ACCDB file that you saved in step 3 and import all of the objects from that database into this database. You should then see all of your objects in the navigation pane and your tables will show up as SharePoint Lists.
7. Highlight one of these linked SharePoint lists and do a copy and paste. When you do the paste, you should see a “Paste Table As” dialog. In this dialog, choose the option to paste the table as “Structure and Data (Local table)”. This will then create a local web table. Do this for each of your linked SharePoint lists.
8. Make note of your original table names and then delete the linked SharePoint lists from your application.
9. Rename your local tables so that they have the same names as your original tables.
At this point your application should now no longer be associated with a specific SharePoint server and you should be able to publish it to a different server.
Best Regards,
Nathan Ost
Microsoft Online Community Support