Jeff said:
Feel free to check at Google.com for folks claiming to offer a product that
can convert an .MDE back to an .MDB ... I have run across no confirmed
applications able to do this, but I'm just one person.
As far as I know, you can only start over on forms/reports/queries design.
Regards
Jeff Boyce
<Access MVP>
This behavior is by design. For one thing, using .MDE files allows
database developers to keep the database design from being modified
(thus keeping any resulting bad software behavior from being blamed on
the original developer) or copied. But it also eliminates a lot of
material that would otherwise take up memory space without contributing
to performance (which is good). OTOH, that extra material includes all
the comments that were part of the original .MDB. So, even if you are
able to convert the file to a workable .MDB, it's possible that the
names of objects won't mean much, and you won't have much guidance
beyond what you know now on how everything in there fits together.
If possible, you might try to contact the original developer, or his
employer if any, to locate a copy of the .MDB. (But you've probably
already tried that, I imagine.)
[...]