"Project Locked" Message - Export Fails #688
-
|
First off, awesome tool! Thanks for sharing with the community. I've used it with a couple existing projects so far but hit a snag with latest one related to locked project. I'm trying to export a front end project (.accde) but getting a "Project Locked" message which prevents the export from running. (See attached screenshots below.)
Any help with getting more information on the error or what I might be overlooking from a locked file perspective would be so appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Thanks for reaching out! The |
Beta Was this translation helpful? Give feedback.


Thanks for reaching out! The
*.accdefile is a compiled front end, and does not contain the VBA source code that you would be exporting with this add-in. For development purposes, you will probably want to find theFrontEnd.accdbfile, and run the export on that version. I will plan to improve that error message so it can clarify why it can't access the project. The message you saw is primarily designed for a project where the VBA Project has been password protected.