2101 - The setting you
entered isn't valid for this property. To see the valid settings
for this property, search the Help index for the name of the
property.
2102 - The form name ... is misspelled or refers to a
form that doesn't exist. If the invalid form 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 form name.
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 recordset.
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).
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 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.
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.
2121 - Microsoft Access
can't open the form. 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.
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.
2123 - The control name you
entered doesn't follow Microsoft Access object-naming rules.
2124 - The form name you
entered doesn't follow Microsoft Access object-naming rules.
2125 - The setting for the FontSize property must be from 1 -
through ...
2126 - The setting for the
ColumnCount property must be from 1 - through ...
2127 - The setting for the
BoundColumn property can't be greater than the setting for the
ColumnCount property.
2128 - Microsoft Access
encountered errors while importing.
<
Previous
Next > |
|
|