The information in this article applies to:
Moderate: Requires basic macro, coding, and interoperability skills. SYMPTOMSWhen you convert the Microsoft Access 2.0 sample database, NWIND.MDB, to Microsoft Access 2000, you may receive the following error message:
CAUSE
Microsoft Access supports some new Visual Basic keywords, and you cannot
use these keywords as identifiers in your database. The new keywords are
AddressOf, Decimal, DefDec, Enum, Event, Friend, Implements, RaiseEvent,
WithEvents. When you convert a database from an earlier version of
Microsoft Access, existing identifiers that are the same as new Visual Basic keywords may cause a compile error.
RESOLUTIONAfter you convert NWIND.MDB to Access 2000, follow these steps to fully compile the project:
MORE INFORMATIONSteps to Reproduce Behavior
REFERENCESFor more information about reserved keywords in Microsoft Access, in the Visual Basic Editor, click
Microsoft Visual Basic Help on the Help menu, type "scoping levels" in
the Office Assistant or the Answer Wizard, and then click Search to
view the topic. Additional query words:
Keywords : kberrmsg MdlProb PgmErr |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |