I am in the process of converting an Access 2.0 database to Access 2000 and am trying to strip a lot of the functionality (basically to streamline it and make it less complicated). I would like to remove most Macros but now when attempting to open a form I get the error,
“Run-time error ‘2485’;
<App Name> can’t find the macro <Macro Name>”
As a quick fix I can simply restore the Macro but where is this pre-set against the form? Surely the code in my form (“DoCmd.OpenForm "Form Main Menu", , , , , acDialog”) is not dependent on a macro being setup?
Any info/guidance would be grateful.
“Run-time error ‘2485’;
<App Name> can’t find the macro <Macro Name>”
As a quick fix I can simply restore the Macro but where is this pre-set against the form? Surely the code in my form (“DoCmd.OpenForm "Form Main Menu", , , , , acDialog”) is not dependent on a macro being setup?
Any info/guidance would be grateful.