Make mdb from mde

bobfin

Registered User.
Local time
Today, 04:04
Joined
Mar 29, 2002
Messages
82
One of the problems we found after a server crash was the loss of the mdb version of a database utility. We just have the mde. We need to be able to make improvements to the forms and reports in the database. Is there any way to create an mdb database from the mde database?
 
The official answer is no there is not.

Think of it as trying to regain the source code from a compiled program.

There are tools that supposedly let you do this, but buyer be ware.

http://www.everythingaccess.com/mdeunlocker.htm
 
if you search google mde to mdb there are some tools out there. that happened to me once. i was able to import the tables, forms, etc. and then just had to do some adjustments to get it all back in order.

here is one link that explains, http://www.socrtwo.info/MDE2MDB.htm; however, the way i did it back when was just a tool that pumped out an mdb with all the tables, etc.

good luck.
 

Users who are viewing this thread

Back
Top Bottom