A question came in recently regarding whether you can password protect just the VBA code for an Access database,
Office 2007 Pro, but not the rest of the database. The answer is yes! Here’s how to do it:
In Access,
Microsoft Office Professional 2010, press ALT+F11 to open the VBA editor. On the Tools menu, select <Database Name> Properties… On the Protection tab, select the Lock project for viewing check box. Enter and confirm a password. Click OK,
Windows 7 Code, and then close and reopen the database. Next time you go to view the VBA code, you’ll be prompted for the password. Note that there are a lot of free or inexpensive tools that allow you to “recover” lost passwords,
Windows 7 Enterprise, so protecting your VBA by using this procedure should not be considered a fool-proof security method. However,
Windows 7 Home Premium, it’s a good way to keep people from accidentally changing the code. A more robust way to protect your VBA code is to convert the database to an .accde or .mde file, as described in this Office.com article. Thanks to Kevin Bell on the Access team for his help with this tip, and be sure to keep sending your favorite tips to Mike and Chris at accpower@microsoft.com! <div