PRB: Syntax Error in GroupLevel Property ExampleArticle ID: Q114084Creation Date: 25-APR-1994 Revision Date: 19-SEP-1996
The information in this article applies to:
SYMPTOMS
Novice: Requires knowledge of the user interface on single-user computers.
The "GroupLevel Property" topic in the Microsoft Access Help system
contains a syntax error in the example. The example in the "Remarks"
section of the Help topic reads:
Me!GroupLevel(0).ControlSource = "City"This information is incorrect.
RESOLUTION The correct syntax for this example is:
Me.GroupLevel(0).ControlSource = "City"Note that the correct syntax uses a period (.) after "Me" instead of an exclamation point (!).
STATUS This behavior does not occur in Microsoft Access for Windows 95 version 7.0.
REFERENCES For more information about the GroupLevel property, search for "GroupLevel," and then "GroupLevel Property" 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.