No, you can just ask me.
A quick syntax test reveals this will work to decompile a secured database.
1. Make a backup copy of the database please!
2. I would have no databases or Access opened for this test.
3. Use the following syntax:
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" /User"YourUserNameHere"
/Pwd"YourPasswordHere" /decompile "<Full Path to File Here>" /wrkgrp "<Full Path To Workgroup File
Here>"
There will most likely be some major line wrapping there. Double check the location of your
Msaccess.exe file. It could be in a different location than the olne specified. Watch for spaces in
there as well. All of this should be one line in the Run box. Also, make sure the UserName/Password
is the "SuperUser" of the database or someone who is a member of the Admins group.
4. Then compact your database to clear out the hidden compiled version of your code.
5. You may then want to import all the objects into a new database container.