PRB: Error Msg "Invalid Reference to Control zwInitWizard" 1.x

    Article ID: Q109735
    Creation Date: 06-JAN-1994
    Revision Date: 19-SEP-1996

    The information in this article applies to:

    • Microsoft Access versions 1.0 and 1.1

    SYMPTOMS

    You receive the following error message when you select a style in a FormWizard or ReportWizard:

       Invalid Reference to Control zwInitWizard
    
    
    CAUSE

    Certain lines in the [Form Wizards] or [Report Wizards] section of the MSACCESS.INI file are not complete. The lines may be missing commas and numerals.

    RESOLUTION

    Open the MSACCESS.INI file in a text editor (such as Windows Notepad). Modify the [Form Wizards] and [Report Wizards] sections of the file to match the following sample sections:

       [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
    
    
    After making these modifications, save and close the MSACCESS.INI file.

    REFERENCES

    For more information about the MSACCESS.INI file, search for "MSACCESS.INI" then "Customizing MSACCESS.INI Settings" using the Microsoft Access Help menu.


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.
©1997 Microsoft Corporation. All rights reserved. Legal Notices.

Additional reference words: 1.00 1.10
KBCategory: kbusage
KBSubcategory: WzOthr