convert a .mde file back to a .mdb

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have lost my original .mdb file. Is there any way of converting a .mde
filt to a .mdb? This is in Access 97.
 
William said:
I have lost my original .mdb file. Is there any way of converting a .mde
filt to a .mdb? This is in Access 97.

No, there isn't. Any VBA source code has been compiled, the binary compiled
version saved, and the source code removed from the database altogether.

You can Import tables, but any code-bearing objects have passed through the
one-way turnstile and will not return.

John W. Vinson
 
John Vinson said:
No, there isn't. Any VBA source code has been compiled, the binary compiled
version saved, and the source code removed from the database altogether.

You can Import tables, but any code-bearing objects have passed through the
one-way turnstile and will not return.

John W. Vinson

Unbaking an egg?
 

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

Back
Top