ACC: Options in Form and Report Wizards Are Not Displayed

Last reviewed: May 21, 1997
Article ID: Q103173
The information in this article applies to:
  • Microsoft Access versions 1.0, 1.1, 2.0

SYMPTOMS

Advanced: Requires expert coding, interoperability, and multiuser skills.

When you select the Form Wizard button or the Report Wizard button, an empty list box is displayed.

CAUSE

The [Form Wizards] and [Report Wizards] sections of the MSACCESS.INI file (in Microsoft Access version 1.x) or the MSACC20.INI file (in Microsoft Access version 2.0) either do not exist or are empty.

RESOLUTION

To resolve this problem in version 2.0, using Notepad or another text editor, add the following sections in your MSACC20.INI file. The MSACC20.INI file is located in your Windows directory.

  [Form Wizards]
  Single-Column=zwform,1
  Tabular=zwform,2
  Graph=zwgraph,,
  Main/Subform=zwmainsub,,
  Autoform=zwautoform,,

  [Report Wizards]
  Single-Column=zwreport,3
  Groups/Totals=zwreport,4
  Mailing Label=zwmailinglabel,,
  Summary=zwreport,12
  Tabular=zwreport,11
  Autoreport=zwautoreport,,
  MSWordMailmerge=PM_Entry,,

  [Libraries]
  wzlib.mda=rw

In version 1.x, using Notepad or another text editor, add the following sections in your MSACCESS.INI file. The MSACCESS.INI file is located in your Windows directory.

   [Form Wizards]
   Single-Column=zwInitWizard, 1
   Tabular=zwInitWizard, 2
   Graph=zwInitWizard, 6
   Main/Subform=zwInitWizard, 7

   [Report Wizards]
   Single-Column=zwInitWizard, 3
   Groups/Totals=zwInitWizard, 4
   Mailing Label=zwInitWizard, 5

   [Libraries]
   wizard.mda=ro


Additional query words: option wizard blank disappear
Keywords : kbusage
Version : 1.0 1.1 2.0
Platform : WINDOWS
Hardware : X86
Issue type : kbbug
Resolution Type : kbworkaround


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 21, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.