Error Code Error Description Supported Versions
2105 You can’t go to the specified record.@You may be at the end of a recordset.@@1@@1
Access 2007+ uses different description: ‘You can’t go to the specified record.@You may be at the end of a recordset.@@1@@@1’
Access 2003+
2106 | errors occurred when you loaded the form or report.@You loaded a form or report that has controls or properties that Microsoft Office Access doesn’t recognize and will ignore.@@1@@1
Access 2007+ uses different description: ‘| errors occurred when you loaded the form or report.@You loaded a form or report that has controls or properties that Microsoft Office Access doesn’t recognize and will ignore.@@1@@@1’
Access 2010+ uses different description: ‘|1 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.@@1@@@1’
Access 2003+
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.@1@211730@1
Access 2007+ uses different description: ‘The value you entered does not meet the validation rule defined for the field or control.@To see the validation rule, switch to Design view, click the appropriate field, and then, if the property sheet is not open, press F4. Then, click the Data tab in the property sheet.@Enter a value that meets the validation rule, or press ESC to undo your changes.@1@1@11730@1’
Access 2010+ uses different description: ‘The value you entered does not meet the validation rule defined for the field or control.@To see the validation rule, switch to Design view or Layout view, click the appropriate field, and then, if the property sheet is not open, press F4. Then, click the Data tab in the property sheet.@Enter a value that meets the validation rule, or press ESC to undo your changes.@1@1@11730@1’
Access 2003+
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.@1@606314@1
Access 2007+ uses different description: ‘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.@1@1@6314@1’
Access 2003+
2109 There is no field named ‘|’ in the current record.@@@1@@1
Access 2007+ uses different description: ‘There is no field named ‘|’ in the current record.@@@1@@@1′
Access 2003+
2110 Microsoft Office 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.@@1@603016@1
Access 2007+ uses different description: ‘Microsoft Office 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.@@1@1@3016@1’
Access 2010+ uses different description: ‘Microsoft Access can’t move the focus to the control |1.@* 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.@@1@1@3016@1’
Access 2003+
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.@@3@@1
Access 2007+ uses different description: ‘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.@@3@@@1’
Access 2003+
2112 The item on the Clipboard can’t be pasted into this control.@@@1@@1
Access 2007+ uses different description: ‘The item on the Clipboard can’t be pasted into this control.@@@1@@@1’
Access 2003+
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.@@1@@1
Access 2007+ uses different description: ‘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.@@1@@@1’
Access 2003+
2114 Microsoft Office Access doesn’t support the format of the file ‘|,’ or file is too large. Try converting the file to BMP or GIF format.@@@1@@1
Access 2007+ uses different description: ‘Microsoft Office Access doesn’t support the format of the file ‘|,’ or file is too large. Try converting the file to BMP format.@@@1@@@1′
Access 2010+ uses different description: ‘Microsoft Access doesn’t support the format of the file ‘|1,’ or file is too large. Try converting the file to BMP format.@@@1@@@1′
Access 2003+
2115 The macro or function set to the BeforeUpdate or ValidationRule property for this field is preventing Microsoft Office 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.@@1@@1
Access 2007+ uses different description: ‘The macro or function set to the BeforeUpdate or ValidationRule property for this field is preventing Microsoft Office 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.@@1@@@1’
Access 2010+ uses different description: ‘The macro or function set to the BeforeUpdate or ValidationRule property 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.@@1@@@1’
Access 2003+
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.@2@209121@1
Access 2007+ uses different description: ‘The value violates the validation rule for the field or record.@For example, you might have changed a validation rule without verifying whether the existing data matches the new validation rule.@Click Undo to restore the previous value, or enter a new value that meets the validation rule for the field or record.@2@1@9121@1’
Access 2003+
2117 Microsoft Office 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.@1@@1
Access 2007+ uses different description: ‘Microsoft Office 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.@1@@@1’
Access 2010+ uses different description: ‘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.@1@@@1’
Access 2003+
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.@@1@603033@1
Access 2007+ uses different description: ‘You must save the current field before you run the Requery action.@* If you are running a macro from the Navigation Pane, 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.@@1@1@3033@1’
Access 2003+
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.@@1@603033@1
Access 2007+ uses different description: ‘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.@@1@1@3033@1’
Access 2003+
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.@@@1@@1
Access 2007+ uses different description: ‘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.@@@1@@@1’
Access 2003+
2121 Microsoft Office Access can’t open the form ‘|.’@It contains data that Microsoft Office Access doesn’t recognize.
Re-create the form or, if you maintain backup copies of your database, retrieve a copy of the form.@@1@@1
Access 2007+ uses different description: ‘Microsoft Office Access can’t open the form ‘|.’@It contains data that Microsoft Office Access doesn’t recognize.
Re-create the form or, if you maintain backup copies of your database, retrieve a copy of the form.@@1@@@1’
Access 2010+ uses different description: ‘Microsoft Access can’t open the form ‘|1.’@It contains data that Microsoft Access doesn’t recognize.
Re-create the form or, if you maintain backup copies of your database, retrieve a copy of the form.@@1@@@1’
Access 2003+
2122 You can’t view a form as a continuous form if it contains a subform, an ActiveX control, or a bound chart.@Set the DefaultView property of the form to Single Form, Datasheet, PivotTable, or PivotChart.@@1@@1
Access 2007+ uses different description: ‘You can’t view a form as a continuous form if it contains a subform, an ActiveX control, or a bound chart.@Set the DefaultView property of the form to Single Form, Datasheet, PivotTable, or PivotChart.@@1@@@1’
Access 2010+ uses different description: ‘You can’t view a form as a continuous form if it contains a subform, an ActiveX control, a bound chart or a Web browser control.@Set the DefaultView property of the form to Single Form, Datasheet, PivotTable, or PivotChart.@@1@@@1’
Access 2003+
2123 The control name you entered doesn’t follow Microsoft Office Access object-naming rules.@@@2@611734@1
Access 2007+ uses different description: ‘The control name you entered doesn’t follow Microsoft Office Access object-naming rules.@@@2@1@11734@1’
Access 2010+ uses different description: ‘The control name you entered doesn’t follow Microsoft Access object-naming rules.@@@2@1@11734@1’
Access 2003+
2124 The form name you entered doesn’t follow Microsoft Office Access object-naming rules.@@@2@611734@1
Access 2007+ uses different description: ‘The form name you entered doesn’t follow Microsoft Office Access object-naming rules.@@@2@1@11734@1’
Access 2010+ uses different description: ‘The form name you entered doesn’t follow Microsoft Access object-naming rules.@@@2@1@11734@1’
Access 2003+

Pages:Previous page Next page