Error Code | Error Description | Supported Versions |
2476 | You entered an expression that requires a report to be the active window.@@@1@5603@1 Access 2007+ uses different description: ‘You entered an expression that requires a report to be the active window.@@@1@2@5603@1’ |
Access 2003+ |
2477 | You entered an invalid objecttype value ‘|’ in an If TypeOf object Is objecttype condition of an If…Then…Else statement.@The objecttype can be any one of the following: BoundObjectFrame, CheckBox, ComboBox, CommandButton, Label, Line, ListBox, UnboundObjectFrame, OptionButton, OptionGroup, PageBreak, Rectangle, Subform, Subreport, TextBox, ToggleButton, ImageControl, or OLEControl.@@1@@1 Access 2007+ uses different description: ‘You entered an invalid objecttype value ‘|’ in an If TypeOf object Is objecttype condition of an If…Then…Else statement.@The objecttype can be any one of the following: BoundObjectFrame, CheckBox, ComboBox, CommandButton, Label, Line, ListBox, UnboundObjectFrame, OptionButton, OptionGroup, PageBreak, Rectangle, Subform, Subreport, TextBox, ToggleButton, ImageControl, or OLEControl.@@1@@@1′ |
Access 2003+ |
2478 | Microsoft Office Access doesn’t allow you to use this method in the current view.@Most methods, including the SetFocus and Requery methods, can’t be used in form or report Design view.@@2@2015551@1 Access 2007+ uses different description: ‘Microsoft Office Access doesn’t allow you to use this method in the current view.@Most methods, including the SetFocus and Requery methods, can’t be used in form or report Design view.@@2@4@2015551@1’ Access 2010+ uses different description: ‘Microsoft Access doesn’t allow you to use this method in the current view.@Most methods, including the SetFocus and Requery methods, can’t be used in form or report Design view.@@2@4@2015551@1’ |
Access 2003+ |
2479 | The event procedure ‘|’ can’t be a Function procedure; it must be a Sub procedure.@If you want to run a Function procedure when an event occurs, try one of the following: * Set the event property to the name of a macro containing a RunCode action that runs the Function procedure. * Set the event property to =FunctionName().@@1@@1 Access 2007+ uses different description: ‘The event procedure ‘|’ can’t be a Function procedure; it must be a Sub procedure.@If you want to run a Function procedure when an event occurs, try one of the following: * Set the event property to the name of a macro containing a RunCode action that runs the Function procedure. * Set the event property to =FunctionName().@@1@@@1′ |
Access 2003+ |
2480 | You referred to a property by a numeric argument that isn’t one of the property numbers in the collection.@Check the property numbers in the collection.@@1@@1 Access 2007+ uses different description: ‘You referred to a property by a numeric argument that isn’t one of the property numbers in the collection.@Check the property numbers in the collection.@@1@@@1’ |
Access 2003+ |
2481 | You can’t set a value while a document is in Print Preview.@@@1@@1 Access 2007+ uses different description: ‘You can’t set a value while a document is in Print Preview.@@@1@@@1’ |
Access 2003+ |
2482 | Microsoft Office Access can’t find the name ‘|’ you entered in the expression.@You may have specified a control that wasn’t on the current object without specifying the correct form or report context.@To refer to a control on another form or report, precede the control name with the name of a collection, usually either Forms or Reports, and the name of the form or report to which the control belongs. For example, Forms![Products]![Units In Stock].@1@@1 Access 2007+ uses different description: ‘Microsoft Office Access can’t find the name ‘|’ you entered in the expression.@You may have specified a control that wasn’t on the current object without specifying the correct form or report context.@To refer to a control on another form or report, precede the control name with the name of a collection, usually either Forms or Reports, and the name of the form or report to which the control belongs. For example, Forms![Products]![Units In Stock].@1@@@1′ Access 2010+ uses different description: ‘Microsoft Access cannot find the name ‘|1′ you entered in the expression.@You may have specified a control that wasn’t on the current object without specifying the correct form or report context.@To refer to a control on another form or report, precede the control name with the name of a collection.This is usually either Forms or Reports, and the name of the form or report to which the control belongs. For example, Forms![Products]![Units In Stock].@1@@@1’ |
Access 2003+ |
2483 | You can’t move to a previous control when only one control has had the focus.@Use the PreviousControl property only after you’ve moved the focus to a second control.@@1@607144@1 Access 2007+ uses different description: ‘You can’t move to a previous control when only one control has had the focus.@Use the PreviousControl property only after you’ve moved the focus to a second control.@@1@1@7144@1’ |
Access 2003+ |
2484 | There is no active datasheet.@@@1@@1 Access 2007+ uses different description: ‘There is no active datasheet.@@@1@@@1’ |
Access 2003+ |
2485 | Microsoft Office Access can’t find the macro ‘|.’@The macro (or its macro group) doesn’t exist, or the macro is new but hasn’t been saved. Note that when you enter the macrogroupname.macroname syntax in an argument, you must specify the name the macro’s macro group was last saved under.@@1@210183@1 Access 2007+ uses different description: ‘Microsoft Office Access can’t find the object ‘|.’@If ‘|’ is a new macro or macro group, make sure you have saved it and that you have typed its name correctly.@@1@1@10183@1′ Access 2010+ uses different description: ‘Microsoft Access cannot find the object ‘|1.’@If ‘|1′ is a new macro or macro group, make sure you have saved it and that you have typed its name correctly.@@1@1@10183@1’ |
Access 2003+ |
2486 | You can’t carry out this action at the present time.@You tried to run a macro or used the DoCmd object in Visual Basic to carry out an action. However, Microsoft Office Access is performing another activity that prevents this action from being carried out now. For example, no actions on a form can be carried out while Microsoft Office Access is repainting a control or calculating an expression.@Carry out the action later.@1@@1 Access 2007+ uses different description: ‘You can’t carry out this action at the present time.@You tried to run a macro or used the DoCmd object in Visual Basic to carry out an action. However, Microsoft Office Access is performing another activity that prevents this action from being carried out now. For example, no actions on a form can be carried out while Microsoft Office Access is repainting a control or calculating an expression.@Carry out the action later.@1@@@1’ Access 2010+ uses different description: ‘You can’t carry out this action at the present time.@You tried to run a macro or used the DoCmd object in Visual Basic to carry out an action. However, Microsoft Access is performing another activity that prevents this action from being carried out now. For example, no actions on a form can be carried out while Microsoft Access is repainting a control or calculating an expression.@Carry out the action later.@1@@@1’ |
Access 2003+ |
2487 | The Object Type argument for the action or method is blank or invalid.@* For a Close, GoToRecord, or RepaintObject action, enter values for both arguments, or leave both blank to perform the action on the active object. * For a DeleteObject, Rename, or CopyObject action, enter values for both arguments, or leave both blank to perform the action on the object currently selected in the Database window. * For a SendObject or OutputTo action, enter values for both arguments, or leave the Object Name argument blank if you want the action performed on the active object of the specified object type. * If you’re using a method with the DoCmd object, use an intrinsic constant that equates to a valid object type or the corresponding numeric value for the argument name.@@1@612276@1 Access 2007+ uses different description: ‘The Object Type argument for the action or method is blank or invalid.@* For a Close, GoToRecord, SearchForRecord or RepaintObject action, enter values for both arguments, or leave both blank to perform the action on the active object. * For a DeleteObject, Rename, or CopyObject action, enter values for both arguments, or leave both blank to perform the action on the object currently selected in the Navigation Pane. * For a SendObject or OutputTo action, enter values for both arguments, or leave the Object Name argument blank if you want the action performed on the active object of the specified object type. * If you’re using a method with the DoCmd object, use an intrinsic constant that equates to a valid object type or the corresponding numeric value for the argument name.@@1@1@12276@1’ |
Access 2003+ |
2488 | You can’t use the ApplyFilter action on this window.@* You tried to use the ApplyFilter action or method, but you didn’t apply the filter to a table, query, form, or report. * You may have applied the filter to a form, but the form wasn’t open in Form or Datasheet view. * You may have applied the filter to a report but didn’t use the ApplyFilter action in a macro specified by the OnOpen property setting.@Use the SelectObject action or method to select the table, query, form, or report before applying the filter.@1@603041@1 Access 2007+ uses different description: ‘You can’t use the ApplyFilter action on this window.@* You tried to use the ApplyFilter action or method, but you didn’t apply the filter to a table, query, form, or report. * You may have applied the filter to a form, but the form wasn’t open in Form or Datasheet view. * You may have applied the filter to a report but didn’t use the ApplyFilter action in a macro specified by the OnOpen property setting.@Use the SelectObject action or method to select the table, query, form, or report before applying the filter.@1@1@3041@1’ |
Access 2003+ |
2489 | The object ‘|’ isn’t open.@* The macro you are running (directly or indirectly) contains a GoToRecord, RepaintObject, or SelectObject action, but the Object Name argument names an object that is closed. * The objectname argument for the GoToRecord, RepaintObject, or SelectObject method names an object that is closed.@Use one of the Open actions or methods to open the object so that you can carry out the desired action.@1@@1 Access 2007+ uses different description: ‘The object ‘|’ isn’t open.@* The macro you are running (directly or indirectly) contains a GoToRecord, RepaintObject, or SelectObject action, but the Object Name argument names an object that is closed. * The objectname argument for the GoToRecord, RepaintObject, or SelectObject method names an object that is closed.@Use one of the Open actions or methods to open the object so that you can carry out the desired action.@1@@@1′ |
Access 2003+ |
2491 | The action or method is invalid because the form or report isn’t bound to a table or query.@You tried to use the ApplyFilter action or method. However, the form or report you applied the filter to is not based on a table or query, so the form or report doesn’t have any records to apply a filter to.@Use the SelectObject action or method to select the desired form or report before you run the ApplyFilter action. To base a form or report on a table or query, open the form or report in Design view, and enter the table or query name in the RecordSource property.@1@603041@1 Access 2007+ uses different description: ‘The action or method is invalid because the form or report isn’t bound to a table or query.@You tried to use the ApplyFilter or SearchForRecord action or method. However, the form or report you applied the filter to is not based on a table or query, so the form or report doesn’t have any records to apply a filter to.@Use the SelectObject action or method to select the desired form or report before you run the ApplyFilter action. To base a form or report on a table or query, open the form or report in Design view, and enter the table or query name in the RecordSource property.@1@1@3041@1’ |
Access 2003+ |
2492 | Microsoft Office Access can’t find the macro ‘|2’ in the macro group ‘|1.’@You used the macrogroupname.macroname syntax to specify a macro. You then tried to run the macro (directly or indirectly), or you used the RunMacro method to run the macro. However, the macro you specified isn’t in this macro group.@Create the macro in the macro group, specify the correct macro group, or specify the correct macro name.@1@611313@1 Access 2007+ uses different description: ‘Microsoft Office Access can’t find the macro ‘|2’ in the macro group ‘|1.’@You used the macrogroupname.macroname syntax to specify a macro. You then tried to run the macro (directly or indirectly), or you used the RunMacro method to run the macro. However, the macro you specified isn’t in this macro group.@Create the macro in the macro group, specify the correct macro group, or specify the correct macro name.@1@1@11313@1’ Access 2010+ uses different description: ‘Microsoft Access can’t find the macro ‘|2’ in the macro group ‘|1.’@You used the macrogroupname.macroname syntax to specify a macro. You then tried to run the macro (directly or indirectly), or you used the RunMacro method to run the macro. However, the macro you specified isn’t in this macro group.@Create the macro in the macro group, specify the correct macro group, or specify the correct macro name.@1@1@11313@1’ |
Access 2003+ |
2493 | This action requires an Object Name argument.@@@1@@1 Access 2007+ uses different description: ‘This action requires an Object Name argument.@@@1@@@1’ |
Access 2003+ |
2494 | The action or method requires a Form Name argument.@You tried to use the OpenForm action or method, but you left the Form Name argument blank.@In the Form Name argument, enter the name of a form in the current database.@1@611313@1 Access 2007+ uses different description: ‘The action or method requires a Form Name argument.@You tried to use the OpenForm action or method, but you left the Form Name argument blank.@In the Form Name argument, enter the name of a form in the current database.@1@1@11313@1’ |
Access 2003+ |
2495 | The action or method requires a Table Name argument.@You tried to use the OpenTable, TransferSpreadsheet, or TransferText action or method, but you left the Table Name argument blank.@In the Table Name argument, enter the name of a table that is in the current database.@1@@1 Access 2007+ uses different description: ‘The action or method requires a Table Name argument.@You tried to use the OpenTable, TransferSpreadsheet, or TransferText action or method, but you left the Table Name argument blank.@In the Table Name argument, enter the name of a table that is in the current database.@1@@@1’ |
Access 2003+ |
2496 | The action or method requires a Query Name argument.@You tried to use the OpenQuery action or method, but you left the Query Name argument blank.@In the Query Name argument, enter a query name.@1@@1 Access 2007+ uses different description: ‘The action or method requires a Query Name argument.@You tried to use the OpenQuery action or method, but you left the Query Name argument blank.@In the Query Name argument, enter a query name.@1@@@1’ |
Access 2003+ |