MDE File

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

Guest

I have saved a form in an MDE file format, and is being used with data being
added. I have the original form saved in an MDB format. I now have to change
the design of the form Which I am able to do. My problem is putting the new
design on the MDE file which has all the data on it. If I try to resave it I
lose the data Help what I I doing wrong
 
1st of all, you should put all of your tables in one database (the back-end)
and then put all of the queries, forms, reports, macros in another database
(the front-end). Link the back-end tables to the front-end database. You can
then change your forms, etc. as you need without impacting the data itself.

You can accomplish this now by 1st creating a new, empty, front-end
database. Link the tables and Import everything else. This becomes your
front-end MDB file.
 

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

Similar Threads

modify MDE 5
Basic Link Tables Question 6
Creating MDE file 2
Access 2007 and MDE file Question 10
MDE and extracting data 1
mdb looks and acts like mde 3
linking to an .mde file from .adp 2
Question about .MDE file 3

Back
Top