-----Original Message-----
Can someone let me know what is an mde file, when should
we have one, how to create it and use it?
Thank you,
-Alice
.
Hi Alice..... Converting and mdb to an mde is quite easy,
and extremely wise.
However, always KEEP the original mdb in a safe secure
place, in the event you have to make changes to forms,
reports, etc., you will need the mdb.
You can not make changes to forms and reports in an mde.
The advantages of an mde are as follows:
1) The database code can not be changed or viewed by any
users.
2) The database tends to load and run alot faster.
Another important thing I like to do is keep ALL tables in
separate "linked" mde databases. (you'll need to have the
backup mdb's of these as well in a safe place in case you
need to make structural changes to the tables.)
The advantage of having the tables linked, is that when
you make changes to the forms or reports in the master
mdb, you dont have to worry about old (not up to date)
data being saved to the revised database once you
reconvert it to mde after making any structural changes to
forms or reports.
As far as how you do the conversion from mdb to
mde....simply go to "Tools"..."Database Utilities"..."Make
MDE".
Hope I was of some help....
Bob