Changing .MDE file?

G

Guest

I have a database converted to an mdb file. I made a new form for the
database and need to export it to that database. What are the steps I need to
take to get it there? Do I need to make a complete another mdb file or? I
took on this project and the developer has databases all over the server and
append queries going every where and it is a mess. Right now I just need to
know the steps to get my new form to the current mde database so the users
can start using that one. Thanks in advance
 
D

Douglas J Steele

You have to add the new form to the mdb on which the mde is based, and then
create a new mde.

There's no other way.
 
L

Larry Daugherty

You need to find the MDB from which the MDE was made. Put your new
form in the MDB and again create an MDE from that MDB.

HTH
 

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