ACC2000: Can't Use Any Wizard While in Break Mode of a ModuleID: Q208204
|
If you try to run a wizard while in break mode of a module, you may receive one of the following error messages:
Microsoft Access can't find the wizard, or there is a syntax error in the Declarations section of a Visual Basic module.
or
This feature currently isn't installed.
You cannot run any of the wizards while in break mode of a module.
Stop all code from executing, and then run the wizard.
Sub MySub()
Stop
End Sub
Additional query words:
Keywords : kberrmsg kbprg kbdta WzProb
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: May 14, 1999