ACC: Microsoft Access Wizards Button Unavailable (1.x/2.0)

Last reviewed: May 28, 1997
Article ID: Q90097

The information in this article applies to:
  • Microsoft Access versions 1.0, 1.1, 2.0

SYMPTOMS

Novice: Requires knowledge of the user interface on single-user computers.

In Microsoft Access version 1.x, the Form Wizards or Report Wizards button is disabled and not available.

In Microsoft Access version 2.0, you receive the following error message:

   Cannot Find Wizard or Error in Wizard code. Check the [Libraries]
   section of your MSACC20.INI file.

CAUSE

One cause for this behavior is that no table or query object exists in the Database window. You can correct this by creating a table.

Another cause for this behavior is that the MSACCESS.INI file (or the MSACC20.INI file in Microsoft Access version 2.0) is missing information in its [Libraries] section.

RESOLUTION

To check the .INI file, do the following:

In Microsoft Access version 1.x:

  1. Open the MSACCESS.INI file any a text editor, such as Notepad.

  2. Find the [Libraries] section.

  3. Verify that the following entry appears:

          [Libraries]
          wizard.mda = ro
    

In Microsoft Access version 2.0:

  1. Open the MSACC20.INI file in any text editor such as Notepad.

  2. Find the [Libraries] section.

  3. Verify that the following entry appears:

          [Libraries]
          wzfrmrpt.mda = rw
     
    
    
    	
    	


Keywords : kbusage
Version : 1.0 1.1 2.0
Platform : WINDOWS
Hardware : x86
Issue type : kbprb


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 28, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.