I'm not aware of mbd files but "mdb" are standard Access database files. An
"mde" file is similar to an "mdb" except its forms, reports, and code are
stored in a semi-compiled state. You can't edit the form, report, and code
designs in an "mde" file.
mdb files allow you create, modify, and delete Access Objects (Reports,
Forms, Tables, etc). They are useful for building an application. mde files
have that ability removed from them. It is best to deploy mde files to users
so they can only run the application but cannot modify any Access Objects
and, therefore, not muck up (or steal code from) your application.
Thank U Klatuu)
Will go bed tonight a bit wiser, so it was worthh waking up today)
And you do those mde's just from Tools? Anything else worth knowing before I
destroy my db?))
No. They can have the royalty-free run-time version of Access that's
available through VSTO (for Access 2003) or the Office Developer Edition
(previous versions).