You don't crowley, just open the MDB file, then go to tools -> database utilities -> Make MDE.
If Make MDE is greyed out and you are using Access 2002 (XP), you need to convert the MDB to Access 2002 format (for some reason it can't create an MDE from an access 2000 database). Presumably the same would apply to Access 2003.
1. Set a startup form
Tools > Startup
2. Compile your code form the VBE window.
While at Form/Report design View
View > Code
Debug > Compile dbName
3. Make sure all your objects are accessible from forms.
If your user is working with runtime version, he
can't access DB window you can with full version.
4. Make sure you have no more design changes in the db.
You have to keep a master copy (MDB)for design changes.
5. Take a backup of the MDB
6. Do a Comapct and repair.
7. At last you are at Make MDE ..
I already have the code password protected. I also have disabled everything on startup (i.e. shortcut keys like f11). I am trying to eliminate most common avenues that the average user could possibly use to change my code or damage the database.
Hi,
Normally if there is any problem with code, Compiling will highlight it. In this case you are not getting any error while you compile.
Try to create a new db without the code that you suspect and make MDE. If you are success then there should be some problem with that code.
regards
Note: I am going on a long vaccation from today. I don't think I can login to this Forums regularly, so won't be posting any reply for some time. I will when I get time.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.