Datasheet
ErrorCode ErrorString
2103 The report name ‘|’ you entered in either the property sheet or macro is
misspelled or refers to a report that doesn’t exist. If the invalid report
name is in a macro, an Action Failed dialog box will display the macro
name and the macro’s arguments after you click OK. Open the Macro
window, and enter the correct report name.
2104 You entered the control name ‘|,’ which is already in use. You already
have a control on the form with this name, or an existing control has its
name mapped to this name for Visual Basic. Visual Basic maps spaces
in control names to underscores. For example, My Control and
My_Control are treated as duplicate names.
2105 You can’t go to the specified record. You may be at the end of a record-
set.
2106 | errors occurred when you loaded the form or report. You loaded a
form or report that has controls or properties that Microsoft Access
doesn’t recognize and will ignore.
2107 The value you entered doesn’t meet the validation rule defined for the
field or control. To see the validation rule, click Design view, click the
appropriate field, and then, if the property sheet isn’t open, click the
Properties button on the toolbar. Then click the Data tab. To solve this
problem, enter a value that meets the validation rule, or press ESC to
undo your changes.
2108 You must save the field before you execute the GoToControl action,
the GoToControl method, or the SetFocus method. You tried to move
the focus to another control using the SetFocus method, GoToControl
action, or the GoToControl method. Set the macro or method to the
AfterUpdate property instead of the BeforeUpdate property so it saves
the field before changing the focus.
2109 There is no field named ‘|’ in the current record.
2110 Microsoft Access can’t move the focus to the control |.
• The control may be a type that can’t receive the focus, such as a
label.
• The control’s Visible property may be set to No.
• The control’s Enabled property may be set to No.
2111 The changes you made can’t be saved. The save operation may have
failed due to the temporary locking of the records by another user.
• Click OK to try again. You may need to click OK several times (or
wait until the other user closes the table).
• Click Cancel if repeated attempts to save your changes fail.
Access 2002 and Jet 4 Errors
A
PPENDIX E
E
ACCESS 2002
AND
JET
4
E
RRORS
13










