Error Code | Error Description | Supported Versions |
2581 | You must define a sort field or expression for the group header or footer in the report you tried to preview or print.@@@1@208753@1 Access 2007+ uses different description: ‘You must define a sort field or expression for the group header or footer in the report you tried to preview or print.@@@1@1@8753@1’ |
Access 2003+ |
2582 | You can’t set the GroupInterval property to zero when the GroupOn property is set to Interval.@Click Sorting and Grouping on the View menu and try one of the following: * Change the GroupInterval property setting to a number higher than zero. * Change the GroupOn property setting to Each Value.@@1@@1 Access 2007+ uses different description: ‘You cannot set the GroupInterval property to 0 when the GroupOn property is set to Interval.@Click the Sorting and Grouping Design tab and try one of the following: * Change the GroupInterval property setting to a number higher than 0. * Change the GroupOn property setting to Each Value.@@1@@@1’ |
Access 2003+ |
2583 | The ApplyFilter action or method can be carried out only from an Open macro or Open event procedure.@* You may have tried to run a macro or procedure containing the ApplyFilter action or method from a report property other than the OnOpen property. * You may have tried to run a macro or event procedure on a report that is already open.@To use the ApplyFilter action in a report, set the OnOpen property to the name of the macro, close the report, and then reopen it.@1@603004@1 Access 2007+ uses different description: ‘The ApplyFilter action or method can be carried out only from an Open macro or Open event procedure.@* You may have tried to run a macro or procedure containing the ApplyFilter action or method from a report property other than the OnOpen property. * You may have tried to run a macro or event procedure on a report that is already open.@To use the ApplyFilter action in a report, set the OnOpen property to the name of the macro, close the report, and then reopen it.@1@1@3004@1’ |
Access 2003+ |
2584 | You can’t use aggregate functions in a page header or footer.@The page header or footer of the report you tried to preview contains a calculated control with an aggregate function in its expression.@If you want to show the result of an aggregate function in a page header or footer, create a hidden calculated control in an appropriate section of the report. Then create an unbound text box in the page header or footer. If you are running a macro, use the SetValue action to set the unbound text box value to the value in the hidden control.@1@411839@1 Access 2007+ uses different description: ‘You can’t use aggregate functions in a page header or footer.@The page header or footer of the report you tried to preview contains a calculated control with an aggregate function in its expression.@If you want to show the result of an aggregate function in a page header or footer, create a hidden calculated control in an appropriate section of the report. Then create an unbound text box in the page header or footer. If you are running a macro, use the SetValue action to set the unbound text box value to the value in the hidden control.@1@1@11839@1’ |
Access 2003+ |
2585 | This action can’t be carried out while processing a form or report event.@A macro specified as the OnOpen, OnClose, OnFormat, OnRetreat, OnPage, or OnPrint property setting contains an invalid action for the property.@When you click OK, an Action Failed dialog box will display the name of the macro that failed and its arguments.@1@611909@1 Access 2007+ uses different description: ‘This action can’t be carried out while processing a form or report event.@A macro specified as the OnOpen, OnLoad, OnClose, OnFormat, OnRetreat, OnPage, or OnPrint property setting contains an invalid action for the property.@When you click OK, an Action Failed dialog box will display the name of the macro that failed and its arguments.@1@1@11909@1’ |
Access 2003+ |
2586 | Microsoft Office Access changed the MoveLayout and NextRecord properties to True from False.@The macro or Visual Basic function run by the OnFormat property of one of the sections of the report set both the MoveLayout and NextRecord properties to False. Having both properties set to False can make the report print continuously.@Revise the macro or function so that it sets these properties to the values you want.@1@604656@1 Access 2007+ uses different description: ‘Microsoft Office Access changed the MoveLayout and NextRecord properties to True from False.@The macro or Visual Basic function run by the OnFormat property of one of the sections of the report set both the MoveLayout and NextRecord properties to False. Having both properties set to False can make the report print continuously.@Revise the macro or function so that it sets these properties to the values you want.@1@1@4656@1’ Access 2010+ uses different description: ‘Microsoft Access changed the MoveLayout and NextRecord properties to True from False.@The macro or Visual Basic function run by the OnFormat property of one of the sections of the report set both the MoveLayout and NextRecord properties to False. Having both properties set to False can make the report print continuously.@Revise the macro or function so that it sets these properties to the values you want.@1@1@4656@1’ |
Access 2003+ |
2587 | Microsoft Office Access can’t complete the Output operation.@The Visual Basic code you entered contains a syntax error or the Output procedures are not available.@Make sure there isn’t a syntax error in your code. If the syntax is correct, run Setup to reinstall Microsoft Office Access. If you want to preserve your security or custom settings, back up the Microsoft Office Access workgroup information file. For information on backing up files, search the Microsoft Windows Help index for ‘backing up files’.@1@@1 Access 2007+ uses different description: ‘Microsoft Office Access can’t complete the Output operation.@The Visual Basic code you entered contains a syntax error or the Output procedures are not available.@Make sure there isn’t a syntax error in your code. If the syntax is correct, run Setup to reinstall Microsoft Office Access. If you want to preserve your security or custom settings, back up the Microsoft Office Access workgroup information file. For information on backing up files, search the Microsoft Windows Help index for ‘backing up files’.@1@@185309@1′ Access 2010+ uses different description: ‘Microsoft Access can’t complete the Output operation.@The Visual Basic code you entered contains a syntax error or the Output procedures are not available.@Make sure there isn’t a syntax error in your code. If the syntax is correct, run Setup to reinstall Microsoft Access. If you want to preserve your security or custom settings, back up the Microsoft Access workgroup information file. For information on backing up files, search the Microsoft Windows Help index for ‘backing up files’.@1@@185309@1′ |
Access 2003+ |
2588 | You must select a form to save as a report.@@@1@@1 Access 2007+ uses different description: ‘You must select a form to save as a report.@@@1@@@1’ |
Access 2003+ |
2589 | The expression ‘|’ is invalid.@Aggregate functions are only allowed on output fields of the Record Source. @@1@@1 Access 2007+ uses different description: ‘The expression ‘|’ is invalid.@Aggregate functions are only allowed on output fields of the Record Source. @@1@@@1′ |
Access 2003+ |
2590 | The Var and VarP aggregate functions are not supported in an Access project.@@@1@@1 Access 2007+ uses different description: ‘The Var and VarP aggregate functions are not supported in an Access project.@@@1@@@1’ |
Access 2003+ |
2591 | You can’t change printer properties in the OnOpen event of a report.@@@1@@1 Access 2007+ uses different description: ‘You can’t change printer properties in the OnOpen event of a report.@@@1@@@1’ |
Access 2003+ |
2592 | You cannot bind a hierarchical report to a DAO Recordset.@@@1@@1 Access 2007+ uses different description: ” |
Access 2003 |
2593 | This feature is not available in an MDB.@@@1@@1 Access 2007+ uses different description: ‘This feature is not available in an MDB or ACCDB.@@@1@@@1’ |
Access 2003+ |
2594 | You cannot Filter By Form when form record source is a recordset object.@@@1@@1 Access 2007+ uses different description: ‘You cannot Filter By Form when form record source is a recordset object.@@@1@@@1’ |
Access 2003+ |
2595 | Microsoft Office Access cannot set this property when DefaultSize property is set to True.@@@1@@1 Access 2007+ uses different description: ‘Microsoft Office Access cannot set this property when DefaultSize property is set to True.@@@1@@@1’ Access 2010+ uses different description: ‘Microsoft Access cannot set this property when DefaultSize property is set to True.@@@1@@@1’ |
Access 2003+ |
2596 | Printer object is not available on subforms and subreports.@@@1@@1 Access 2007+ uses different description: ‘Printer object is not available on subforms and subreports.@@@1@@@1’ |
Access 2003+ |
2597 | Unable to bind the report to the specified recordset because the shape does not match the sorting and grouping specified on the report.@@@1@@1 Access 2007+ uses different description: ‘Unable to bind the report to the specified recordset because the shape does not match the sorting and grouping specified on the report.@@@1@@@1’ |
Access 2003+ |
2598 | Recordset property not available for natively bound reports in MDB files.@@@1@@1 Access 2007+ uses different description: ” |
Access 2003 |
2599 | Report view is not available for this report.@@@1@@@1 | Access 2007+ |
2600 | Verify the new password by retyping it in the Verify box and clicking OK.@@@1@@1 Access 2007+ uses different description: ‘Verify the new password by retyping it in the Verify box and clicking OK.@@@1@@@1’ |
Access 2003+ |