Link to home
Start Free TrialLog in
Avatar of cmdolcet
cmdolcetFlag for United States of America

asked on

Updating to a newer .mdb database

what is the best process to important a .MDB database from access 97 into a current database system. Im not sure what other questions I should be asking however I need to migrate over from access 97 database store to a more up to date system

Suggestion?
ASKER CERTIFIED SOLUTION
Avatar of DatabaseMX (Joe Anderson - Former Microsoft Access MVP)
DatabaseMX (Joe Anderson - Former Microsoft Access MVP)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Once you get the A97 db into (ideally) A2010 ... and get it operation in A2010 - meaning all References are working and your VBA code compiles ... then ... create a blank A2013/A2016 container, and import all of your objects into that container and continue on ...

At the moment, I would not recommend A2016 - as we are finding there are several bugs that need to be resolved my Microsoft.
You can do it in two steps.
Use Access 2000 to convert to Access 2000 and Jet4.
This you can convert directly with Access 2013 to the ACE (accdb) format.

/gustav
1. Make a backup copy.
2. Compact and Repair.
3. Ensure that it compiles.
4. Convert.
5. Compile again and check for errors.   Some things that you may have used like the MS calendar control have been removed and replaced with something built-in.
6. Test app functionality.

Jim.