Export from MDE to original

G

Guest

I'm finalize one database and create MDE file.
Which is easiest way to export data from MDE database after some time using
to original database (MDB) when i want to correct some things.

Second problem...
After i create new 30 queries, can't create a new MDE file. Database file
size is 11 Mb. Conversion was started (wait few hours) but nothing... ???
Before that changes, conversion was be finished after 1 min.
Thanks!
 
D

Douglas J. Steele

Realistically there's no reason to use an MDE for tables: it only provides
benefit for forms, reports and modules.

Your application should be split into a front-end (containing the queries,
forms, reports, macros and modules), linked to a back-end (containing the
tables and relationships). As mentioned above, only the front-end need be an
MDE: leave the back-end alone.

Then, you can make changes to your heart's delight in the MDB copy of the
front-end, create a new MDE once you're done, and distribute it to all of
the users.
 

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

Top