Yes you make changes to the .MDB only, then you must re-compile it to make a .MDE.<br>
Click tools, Database utilities, Make MDE<br>
The user's use the .MDE only.<br>
And to make sure they are using only the .MDE rename the .MDB Like I said I just put a dash "-" in front of it<br>
like -WIP.MDB the users use WIP.MDE.<br>
If you forgot to change someone they will let you know because they cannot open the .MDB its changed.<br>
Also I make Icons for them on their desktop.<br>
to do this click this icon and bingo they are right where they need to be. Then they won't stumble around and accidentally open the dash .MDB or rename it.<br>
<br>
I started doing this (making .MDE's) about 9 months ago and all of my, I mean ALL of my database problems went away.<br>
<br>
See when several people are using the database the likely hood of someone crashing is much greater.<br>
If they happened to have an Access database opened it might get corrupted. Usually the VBA code is what gets trashed. <br>
So if that code is in form or sub form It won't load you will get one of 3 or 4 error's.<br>
All of my Database's have at least a few lines of VB code.<br>
So corruption happened daily several times a day on 20 or more .MDB's<br>
Also if you can't open a form or report all is not lost<br>
you can still get import the tables and queries in a new .MDB.<br>
<br>
And this goes without saying BACKUP daily.<br>