It is probably most common to distribute an mde/accde to users, which will not allow them to view code or change the design of forms and reports. You can set a password, but I never have. It's in Tools/DatabaseName Properties/Protection tab.
HI, how can i distribute an mde or accde? How can i do that? Sorry i am just a beginner in access![]()
Start by looking in help at mde (versions prior to 2007) or accde (2007). Post back if you have questions.
to make an mde the database must be able to compile without errors.
Manually compile the code to see if there are any errors. Fix the error. Repeat until it compiles without error.
Open the VBA editor (Alt-F11). On the menu Debug > Compile
You keep the mdb to make changes to, then you create a new mde and distribute it to users. There are tools to automate that if needed.