Have been searching online for a solution to a problem that seems to be fairly unique. Using MSAccess 2016 we have a labels program that we package and distribute in ACCDE format. On the switchboard we have a button that launches the label wizard.
Application.Run "acwzmain.mlbl_Entry", "QryName"
Here is the problem. The labels wizard launches without fuss and the process to create labels can be followed to conclusion but upon clicking the finish button the wizard raises an error:
Application-Defined or Object-Defined error
Has anyone encountered this problem? Does anyone have a solution?
Additional Info:
- This does not happen in ACCDB format (IE. it works perfectly)
- Trusted location for AccWiz files are correct
- In ACCDE mode we have dissalowed full menus and hidden the navigation pane.
- The same occurs in runtime mode (ACCDR)
- Database code has been compiled.
- Compact and repair has no affect.
- Since the error is confined to the Wizard itself and only occurs in ACCDE there is no way to debug and find offending code.
Any help would be much appreciated.
Thanks in Advance.