Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ACC2000: Can't Use Any Wizard While in Break Mode of a Module


View products that this article applies to.

Symptoms

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.

↑ Back to the top


Cause

You cannot run any of the wizards while in break mode of a module.

↑ Back to the top


Resolution

Stop all code from executing, and then run the wizard.

↑ Back to the top


More information

Steps to Reproduce Behavior

  1. Create a new database called Test.mdb.
  2. Create a new module, and type the following procedure:
    Sub MySub()
    Stop
    End Sub
    					
  3. Run the procedure from the Immediate window.

    The Stop command puts the module into break mode.
  4. Do not end the procedure. Press ALT+F11 to switch to Access.
  5. On the Tools menu, point to Analyze, and then click Table. Note that you receive the error message described in the "Symptoms" section.

↑ Back to the top


Keywords: KB208204, kbprb, kbprogramming, kberrmsg

↑ Back to the top

Article Info
Article ID : 208204
Revision : 2
Created on : 6/24/2004
Published on : 6/24/2004
Exists online : False
Views : 262