mbd and mde files

  • Thread starter Thread starter elli
  • Start date Start date
E

elli

What are these mbd and mde files concerning access...
Ashamed to tell that I have no idea. Anyone to fill me up?

Thanks-elli-
 
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.
 
Thank You Duane,
I meant mdb...
Well, didn't become any wiser though,,,

What do You accomplish in using those or not using those?

-e-
 
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?:)))

-elli-
 
Nothing magic. Just make a backup of your mdb and follow the Make MDE wizard.
 
And don't lose the MDB: you can't make design changes to MDEs, and you can't
convert them back into MDBs.
 
Hi Klatuu,

Does end-users have to have full MS Access version and licenses to view and
use mde files (forms or reports)?

Thanks!
 

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

mde 2 mdb 4
Issues with an .mde file 3
Can't make mde-file 2
Are my CPU temps normal? 1
Cannot make MDE-file 2
Mde, MDB? 1
2003 make mde file 3
Basic Link Tables Question 6

Back
Top