Edit mde

S

Sarah M

I have turned an MDB into an MDE and now I would like to make a change. How
can I open the MDE to make changes to it?

Thanks in advance.
 
P

Peter Russell

You have to make your changes in the mdb file and recreate the mde.

Regards

Peter Russell
 
D

Douglas J. Steele

Import it into another database.

You really should split your application into a front-end (containing the
queries, forms, reports, macros and modules), linked to a back-end
(containing the tables). Only the front-end should be an MDE (MDEs don't do
anything for data: just for VBA code)
 
S

Sarah M

Thanks for the reply . Can you tell me how I would seperate my database to
setup a front /back end linked database?

Thanks for your help
 

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