I'm updating a legacy Access application to Access 2007 with a number of new features. Most of the new functionality is added and has been tested. I wanted to bring in the latest data from the earlier version to begin parallel testing. The testing had been underway with a split front end and back end.
The backup (unified) database was loaded and some bugs were removed, then the old database tables were imported. I had not yet deleted the table names in the development version, so the imported tables names arrived with a "1" appended.
Then I discovered that I couldn't delete the older tables, rename the newer tables, and re-establish the relationships, all of which I believe I was able to do in an earlier iteration.
I've exported the new version of the tables and deleted them from the tables. However, when I try to export and remove the tables to be updated, I get a message to the effect "Can't remove linked tables". Same thing applies when trying to remove the relationships between the tables to be updated.
While this might not be a concern today, it might preclude further development.
Any ideas on how to get rid of the legacy tables and re-import them without inheriting the relationships?
Thanks.