Datasheet

ErrorCode ErrorString
2112 The item on the Clipboard can’t be pasted into this control.
2113 The value you entered isn’t valid for this field. For example, you may
have entered text in a numeric field or a number that is larger than the
FieldSize setting permits.
2114 Microsoft Access doesn’t support the format of the file ‘|, or file is too
large. Try converting the file to BMP or GIF format.
2115 The macro or function set to the BeforeUpdate or ValidationRule prop-
erty for this field is preventing Microsoft Access from saving the data
in the field.
• If this is a macro, open the macro in the Macro window and remove
the action that forces a save (for example, GoToControl).
• If the macro includes a SetValue action, set the macro to the
AfterUpdate property of the control instead.
• If this is a function, redefine the function in the Module window.
2116 The value in the field or record violates the validation rule for the
record or field. For example, you may have changed a validation rule
without verifying whether the existing data matches the new validation
rule. Click Undo on the Edit menu to restore the previous value, or
enter a new value that meets the validation rule for the field.
2117 Microsoft Access has canceled the Paste operation. The text on the
Clipboard is too long to paste into the form. For example, you may
have pasted too much text into a label or entered too much text in the
ColumnWidths property. Paste smaller sections. For labels, you must
paste fewer than 2,048 characters.
2118 You must save the current field before you run the Requery action.
• If you are running a macro from the Database window, save the field
first, and then run the macro.
• If the macro name is the setting of the BeforeUpdate property in a
Visual Basic function, set the AfterUpdate property to the name of the
macro instead.
2119 The Requery action can’t be used on the control ‘|. Certain controls,
such as labels and rectangles, can’t receive the focus; therefore, you
can’t apply a Requery action to them.
2120 To create a form, report or data access page using this wizard, you
must first select the table or query on which the form, report or data
access page will be based.
Appendixes for Web Site
P
ART VI
14