ACC: Query Error "The Replication ID you entered is invalid"Last reviewed: May 5, 1997Article ID: Q160753 |
The information in this article applies to:
SYMPTOMSNovice: Requires knowledge of the user interface on single-user computers. When you run a query in an unreplicated database, you may receive the following error message:
The replication ID you entered is invalid. CAUSEYou used braces ({}) instead of brackets ([]) around an object name in your query. NOTE: This error message also occurs if you include braces ({}) instead of parentheses (()) around the arguments of a function or procedure.
RESOLUTIONOpen the query in Design view and replace the braces with brackets.
MORE INFORMATIONBrackets are often placed around the name of a table, field, form, or parameter when you create a query in Design view. If you use braces instead of brackets, Microsoft Access tries to interpret the text between the braces as a globally unique identifier (GUID). Microsoft Access uses GUIDs in replicated databases. If the text inside braces is not a valid GUID, an error occurs.
Steps to Reproduce Behavior
REFERENCESFor more information about the use of brackets in an expression, search the Help Index for "[] (expressions)." For more information about globally unique identifiers, search the Help Index for "GUIDs." |
Keywords : kberrmsg QryParm QryProb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |