Well, I have an Access database that corrupted after a compact and repair. I get the following error:
I should've backed up the DB more often. I was able to import the tables and queries with no problems. Which is great, but I'd really like to be able to get the VBA code out of it. Is there a way to import modules when it's in this state?
Thanks
This database is in an unexpected state; Microsoft Office Access can't open it.
This database has been converted from a prior version of Microsoft Office Access by using the DAO CompactDatabase method instead of the Convert Database command on the Tools menu (Database Utilities submenu). This has left the database in a partially converted state.
If you have a copy of the database in its original format, use the Convert Database command on the Tools menu (Database Utilities submenu) to convert it. If the original database is no longer available, create a new database and import your tables and queries to preserve your data. Your other database objects can't be recovered.
I should've backed up the DB more often. I was able to import the tables and queries with no problems. Which is great, but I'd really like to be able to get the VBA code out of it. Is there a way to import modules when it's in this state?
Thanks