Datasheet

ErrorCode ErrorString
2436 The expression you entered is missing a closing parenthesis, bracket
(]), or vertical bar (|).
2437 The expression you entered has invalid vertical bars (|).
2438 The expression you entered contains invalid syntax. You omitted an
operand or operator, you entered an invalid character or comma, or you
entered text without surrounding it in quotation marks.
2439 The expression you entered has a function containing the wrong num-
ber of arguments.
2440 You must enclose IIf function arguments in parentheses.
2442 The expression you entered has invalid parentheses. You may have used
the parenthesis syntax for an identifier in a query. Use the standard
identifier syntax:
Forms![Form]![Control].
2443 You can use the Is operator only in an expression with Null or Not
Null.
2445 The expression you entered is too complex.
2446 There isn’t enough memory available to perform this calculation. Close
unneeded programs, and try again. For more information on freeing
memory, search the Microsoft Windows Help index for ‘memory, trou-
bleshooting’.
2447 There is an invalid use of the . (dot) or ! operator or invalid parenthe-
ses. You may have entered an invalid identifier or typed parentheses
following the Null constant.
2448 You can’t assign a value to this object.
• The object may be a control on a read-only form.
• The object may be on a form that is open in Design view.
• The value may be too large for this field.
2449 There is an invalid method in an expression. For example, you may
have tried to use the Print method with an object other than Report or
Debug.
2450 Microsoft Access can’t find the form ‘|’ referred to in a macro expres-
sion or Visual Basic code.
The form you referenced may be closed or may not exist in this data-
base.
• Microsoft Access may have encountered a compile error in a Visual
Basic module for the form.
Appendixes for Web Site
P
ART VI
34