Error Code | Error Description | Supported Versions |
2517 | Microsoft Office Access can’t find the procedure ‘|.’@* You may have used the Run method in Visual Basic but entered an invalid procedure name, or you used the Run method without first opening a database. * You tried to use the OpenModule action or method, but you used an invalid procedure name.@@1@@1 Access 2007+ uses different description: ‘Microsoft Office Access can’t find the procedure ‘|.’@* You may have used the Run method in Visual Basic but entered an invalid procedure name, or you used the Run method without first opening a database. * You tried to use the OpenModule action or method, but you used an invalid procedure name.@@1@@@1’ Access 2010+ uses different description: ‘Microsoft Access cannot find the procedure ‘|1.’@* You may have used the Run method in Visual Basic but entered an invalid procedure name, or you used the Run method without first opening a database. * You tried to use the OpenModule action or method, but you used an invalid procedure name.@@1@@@1’ |
Access 2003+ |
2519 | The database must be open for the SelectObject method to run.@You tried to run a function in a library database, and the function contains the SelectObject method.@@1@@1 Access 2007+ uses different description: ” |
Access 2003 |
2520 | The action or method requires a Module or Procedure Name argument.@You tried to use the OpenModule action or method, but you didn’t enter a name in either the Module Name or the Procedure Name argument in the Macro window.@Enter a valid name in one of these arguments.@1@@1 Access 2007+ uses different description: ‘The action or method requires a Module or Procedure Name argument.@You tried to use the OpenModule action or method, but you didn’t enter a name in either the Module Name or the Procedure Name argument in the Macro window.@Enter a valid name in one of these arguments.@1@@@1’ |
Access 2003+ |
2521 | You have specified a Transfer Type that doesn’t support the HTML Table Name argument.@Leave the HTML Table Name argument blank unless you are using the Import HTML or Link HTML Transfer Types.@@1@@1 Access 2007+ uses different description: ‘You have specified a Transfer Type that doesn’t support the HTML Table Name argument.@Leave the HTML Table Name argument blank unless you are using the Import HTML or Link HTML Transfer Types.@@1@@@1’ |
Access 2003+ |
2522 | The action or method requires a File Name argument.@You tried to use the TransferSpreadsheet or TransferText action or method.@In the File Name argument, enter a file name.@1@611313@1 Access 2007+ uses different description: ‘The action or method requires a File Name argument.@You tried to use the TransferSpreadsheet or TransferText action or method.@In the File Name argument, enter a file name.@1@1@11313@1’ |
Access 2003+ |
2523 | The value you entered for the show argument is invalid.@You used the ShowToolbar method.@Valid values for this argument are acToolbarYes, acToolbarWhereApprop, and acToolbarNo, or the corresponding numeric values 0, 1, and 2.@1@612446@1 Access 2007+ uses different description: ‘The value you entered for the show argument is invalid.@You used the ShowToolbar method.@Valid values for this argument are acToolbarYes, acToolbarWhereApprop, and acToolbarNo, or the corresponding numeric values 0, 1, and 2.@1@1@12446@1’ |
Access 2003+ |
2524 | Microsoft Office Access can’t invoke the application using the RunApp action.@The path to the application is invalid, or a component of the application is missing.@Check the path in Windows Explorer or File Manager.@1@@1 Access 2007+ uses different description: ‘Microsoft Office Access can’t invoke the application using the RunApp action.@The path to the application is invalid, or a component of the application is missing.@Check the path in Windows Explorer or File Manager.@1@@@1’ Access 2010+ uses different description: ‘Microsoft Access can’t invoke the application using the RunApp action.@The path to the application is invalid, or a component of the application is missing.@Check the path in Windows Explorer or File Manager.@1@@@1’ |
Access 2003+ |
2525 | A macro can call itself a maximum of 20 times.@Your macro contains a RunMacro action that calls the same macro more than 20 times.@Use a condition to stop the macro after it has been run 20 times, or call another macro with the RunMacro action.@1@@1 Access 2007+ uses different description: ‘A macro can call itself a maximum of 20 times.@Your macro contains a RunMacro action that calls the same macro more than 20 times.@Use a condition to stop the macro after it has been run 20 times, or call another macro with the RunMacro action.@1@@@1’ Access 2010+ uses different description: ‘Macros can only be called 19 times.@Your macro contains one or more RunMacro actions that calls a macro more than 19 times.@Use an If block to stop the macro after it has been run 19 times.@1@@@1’ |
Access 2003+ |
2526 | The SendKeys action requires the Microsoft Office Access Utility Add-in to be loaded.@Rerun Microsoft Office Access or Microsoft Office Setup to reinstall Microsoft Office Access and the Microsoft Office Access Utility Add-in.@@1@@1 Access 2007+ uses different description: ‘The SendKeys action requires the Microsoft Office Access Utility Add-in to be loaded.@Rerun Microsoft Office Access or Microsoft Office Setup to reinstall Microsoft Office Access and the Microsoft Office Access Utility Add-in.@@1@@185309@1’ Access 2010+ uses different description: ‘The SendKeys action requires the Microsoft Access Utility Add-in to be loaded.@Rerun Microsoft Access or Microsoft Office Setup to reinstall Microsoft Access and the Microsoft Access Utility Add-in.@@1@@185309@1’ |
Access 2003+ |
2527 | Lotus .wks file formats aren’t supported in the current version of Microsoft Office Access.@Convert your .wks file to a more recent format, such as .wk1.@@1@@1 Access 2007+ uses different description: ‘Lotus .wks file formats aren’t supported in the current version of Microsoft Office Access.@Convert your .wks file to a more recent format, such as .wk1.@@1@@@1’ Access 2010+ uses different description: ‘Lotus .wks file formats aren’t supported in the current version of Microsoft Access.@Convert your .wks file to a more recent format, such as .wk1.@@1@@@1’ |
Access 2003+ |
2528 | The RunCommand macro action argument is missing, or you entered an invalid command ID for the RunCommand method.@@@1@@1 Access 2007+ uses different description: ‘The RunCommand macro action argument is missing, or you entered an invalid command ID for the RunCommand method.@@@1@@@1’ |
Access 2003+ |
2529 | The Toolbar argument can’t be longer than 64 characters.@@@1@@1 Access 2007+ uses different description: ‘The Toolbar argument can’t be longer than 64 characters.@@@1@@@1’ |
Access 2003+ |
2530 | The SelectObject method can’t be used on a report that is currently printing.@@@1@@1 Access 2007+ uses different description: ‘The SelectObject method can’t be used on a report that is currently printing.@@@1@@@1’ |
Access 2003+ |
2531 | Your HTML file does not contain any tabular data that Microsoft Office Access can import.@.@@1@@1 Access 2007+ uses different description: ‘Your HTML file does not contain any tabular data that Microsoft Office Access can import.@.@@1@@@1’ Access 2010+ uses different description: ‘Your HTML file does not contain any tabular data that Microsoft Access can import.@.@@1@@@1’ |
Access 2003+ |
2532 | Microsoft Office Access can’t find the macro or sub procedure ‘|.’@The specified macro, macro group, or sub procedure doesn’t exist.@ 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.Also, ensure that the referenced macro has been saved, or that the referenced sub procedure expects 0 arguments.@1@@1 Access 2007+ uses different description: ‘Microsoft Office Access can’t find the macro or sub procedure ‘|.’@The specified macro, macro group, or sub procedure doesn’t exist.@ 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.Also, ensure that the referenced macro has been saved, or that the referenced sub procedure expects 0 arguments.@1@@@1’ Access 2010+ uses different description: ‘Microsoft Access cannot find the macro or sub procedure ‘|1.’@The specified macro, macro group, or sub procedure doesn’t exist.@ 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.Also, ensure that the referenced macro has been saved, or that the referenced sub procedure expects 0 arguments.@1@@@1’ |
Access 2003+ |
2533 | The ApplyFilter action requires that either the Filter Name or Where Condition argument is set.@You tried to run a macro containing an ApplyFilter action, but you didn’t set the required arguments.@@1@611313@1 Access 2007+ uses different description: ‘The ApplyFilter action requires that either the Filter Name or Where Condition argument is set.@You tried to run a macro containing an ApplyFilter action, but you didn’t set the required arguments.@@1@1@11313@1’ |
Access 2003+ |
2534 | The action or method requires a data access page Name argument.@You tried to use the OpenDataAccessPage action or method, but you left the data access page Name argument blank.@In the data access page Name argument, enter the name of a data access page in the current database.@1@611313@1 Access 2007+ uses different description: ‘The action or method requires a data access page Name argument.@You tried to use the OpenDataAccessPage action or method, but you left the data access page Name argument blank.@In the data access page Name argument, enter the name of a data access page in the current database.@1@1@11313@1’ |
Access 2003+ |
2535 | The ApplyFilter action contains a Filter Name that cannot be applied.@The filter name is not a valid argument in the ApplyFilter action in Client Server.@@1@611313@1 Access 2007+ uses different description: ‘The ApplyFilter action contains a Filter Name that cannot be applied.@The filter name is not a valid argument in the ApplyFilter action in Client Server.@@1@1@11313@1’ |
Access 2003+ |
2536 | Macros are disabled in this database.@@@1@@1 Access 2007+ uses different description: ” |
Access 2003 |
2537 | The feature ‘|’ is not available while the database is opened in disabled mode.@@@1@@@1 | Access 2007+ |