2392 - You can't set the
Unique property of a primary key to No. A primary key, by
definition, contains only unique values.If you want to allow
nonunique values in this field, remove the primary key
definition by setting the Primary property to No.
2393 - You can't set the
IgnoreNulls property of a primary key to Yes. A primary key, by
definition, can't allow null values.If you want null values in
this field, remove the primary key definition by setting the
Primary property to No.
2394 - The index name is
invalid. The index name may be too long (over 64 - characters)
or contain invalid characters.
2395 - Indexes must have
names.
2396 - Microsoft Access
can't create an index or primary key. One or more field names
are missing. Enter or select at least one field in the Field
Name column for each index you name.
2397 - You already have an
index named ...
2398 - The primary key has
been changed. This table is the primary table in one or more
relationships. Changes to the primary key won't be saved.
2399 - The setting for the
FieldSize property must be from 1 - through 8000.
2400 - The row you inserted
in the grid exceeds the limit of 255 - rows (fields) for a table
or 1,000 - rows (actions) for a macro.
2420 - The expression you
entered has an invalid number.
2421 - The expression you
entered has an invalid date value.
2422 - The expression you
entered has an invalid string. A string can be up to 2048 -
characters long, including opening and closing quotation marks.
2423 - The expression you
entered has an invalid . (dot) or ! operator or invalid
parentheses.You may have entered an invalid identifier or typed
parentheses following the Null constant.
2424 - The expression you
entered has a field, control, or property name that Microsoft
Access can't find.
2425 - The expression you
entered has a function name that Microsoft Access can't find.
2426 - The function you
entered can't be used in this expression. You may have used a
DoEvents, LBound, UBound, Spc, or Tab function in an
expression.* You may have used an aggregate function, such as
Count, in a design grid or in a calculated control or field.
2427 - You entered an
expression that has no value. The expression may refer to an
object that has no value, such as a form, a report, or a label
control.
2428 - You entered an
invalid argument in a domain aggregate function. A field in the
string expression may not be in the domain.* A field specified
in the criteria expression may not be in the domain.
2429 - The In operator you
entered requires parentheses.
2430 - You did not enter the
keyword And in the Between...And operator. The correct syntax is
as follows:expression [Not] Between value1 - And value
2431 - The expression you
entered contains invalid syntax. You may have entered a comma
without a preceding value or identifier.
2432 - The expression you
entered contains invalid syntax, or you need to enclose your
text data in quotes.You may have entered an invalid comma or
omitted quotation marks. For example, if the Default Value
property of a text field is ''Huey, Louie, and Dewey,'' it must
be enclosed in quotes if you mean it as a literal text string.
This avoids the confusion with the expression ''Huey Louie'' And
''Dewey''.
2433 - The expression you
entered contains invalid syntax. You may have entered an
operator, such as the + operator, in an expression without a
corresponding operand.
2434 - The expression you
entered contains invalid syntax. You may have entered an operand
without an operator.
2435 - The expression you
entered has too many closing parentheses.
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 number of arguments.
2440 - You must enclose If
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
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,
troubleshooting'.
2447 - There is an invalid
use of the . (dot) or ! operator or invalid parentheses. 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 expression or
Visual Basic code. The form you referenced may be closed or may
not exist in this database.* Microsoft Access may have
encountered a compile error in a Visual Basic module for the
form.
< Previous
Next > |
|
|