MDE Database

  • Thread starter Thread starter Falcon
  • Start date Start date
F

Falcon

I have got an MDE database and want to convert it back to an access
database!

Can this be done?

If so how do you go about it?
 
If what you are looking to do is be able to modify forms etc, this cannot be
done because an MDE is a compiled striped down version of an MDB all the
source code has bee removed, you can get the data out, view the structure of
queries but that's about it.
 
Nope. The text component of the (VBA) code has been removed from the MDE.

There are some Access objects you may be able to import into the new
database, e.g. Tables.
 
in message:
I have got an MDE database and want to convert it back to an access
database!

Can this be done?

If so how do you go about it?

The tables, queries, and macros are natively importable from mde's into a new
database.

You can import all the forms and reports at one time using Serge
Gavrilov's free tool "MDE forms/reports extractor v1.1".
http://accesstools.narod.ru/.

Another link to try:
http://www.everythingaccess.com/tutorials.asp?ID=1

And another option:
http://www.eurodownload.com/download-software/5691/Access-MDE-Unlocker.html

More information here:
http://www.access.qbuilt.com/html/faq.html#NotImpossibleToConv

Good luck,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top