Error Code Error Description Supported Versions
2756 A problem occurred when Microsoft Office Access tried to access the OLE object.@Close the Microsoft Office Access form or report that displays the OLE object, and close the OLE server. Then reopen the form or report to see if it can display the OLE object.@@1@@1
Access 2007+ uses different description: ‘A problem occurred when Microsoft Office Access tried to access the OLE object.@Close the Microsoft Office Access form or report that displays the OLE object, and close the OLE server. Then reopen the form or report to see if it can display the OLE object.@@1@@@1’
Access 2010+ uses different description: ‘A problem occurred when Microsoft Access tried to access the OLE object.@Close the Microsoft Access form or report that displays the OLE object, and close the OLE server. Then reopen the form or report to see if it can display the OLE object.@@1@@@1’
Access 2003+
2757 There was a problem accessing a property or method of the OLE object.@Try one or more of the following:
* Verify that the OLE server is registered correctly by reinstalling it.
* Make sure your computer is connected to the server on which the OLE server application resides.
* Close the OLE server and restart it outside of Microsoft Office Access. Then try the original operation again from within Microsoft Office Access.@@1@@1
Access 2007+ uses different description: ‘There was a problem accessing a property or method of the OLE object.@Try one or more of the following:
* Verify that the OLE server is registered correctly by reinstalling it.
* Make sure your computer is connected to the server on which the OLE server application resides.
* Close the OLE server and restart it outside of Microsoft Office Access. Then try the original operation again from within Microsoft Office Access.@@1@@@1’
Access 2010+ uses different description: ‘There was a problem accessing a property or method of the OLE object.@Try one or more of the following:
* Verify that the OLE server is registered correctly by reinstalling it.
* Make sure your computer is connected to the server on which the OLE server application resides.
* Close the OLE server and restart it outside of Microsoft Access. Then try the original operation again from within Microsoft Access.@@1@@@1’
Access 2003+
2758 There was a problem initializing the dynamic-link library Msole20 when you tried to perform the OLE operation.@* You may have too many Microsoft applications open. Close Windows applications other than Microsoft Office Access, and try the OLE operation again.
* Your computer may have an older version of the dynamic-link library Msole20, in which case you will need to run Setup to reinstall Microsoft Office Access.
If you need to reinstall Microsoft Office Access, you may want to preserve your security or custom settings by backing 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:
Access 2003
2759 The method you tried to invoke on an object failed.@* You may have specified too many or too few arguments for a property or method of an object. Check the component’s documentation for information on the properties and methods it makes available for Automation operations.
* There may not be enough memory to run the procedure. Close unneeded programs and try to run the procedure again.
For more information on freeing memory, search the Microsoft Windows Help index for ‘memory, troubleshooting’.@@1@@1
Access 2007+ uses different description: ‘The method you tried to invoke on an object failed.@* You may have specified too many or too few arguments for a property or method of an object. Check the component’s documentation for information on the properties and methods it makes available for Automation operations.
* There may not be enough memory to run the procedure. Close unneeded programs and try to run the procedure again.
For more information on freeing memory, search the Microsoft Windows Help index for ‘memory, troubleshooting’.@@1@@@1′
Access 2003+
2760 An error occurred while referencing the object.@You tried to run a Visual Basic procedure that improperly references a property or method of an object.@@1@@1
Access 2007+ uses different description: ‘An error occurred while referencing the object.@You tried to run a Visual Basic procedure that improperly references a property or method of an object.@@1@@@1’
Access 2003+
2761 There was a problem referencing a property or method of an object.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@@1@@1
Access 2007+ uses different description: ‘There was a problem referencing a property or method of an object.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@@1@@@1’
Access 2003+
2762 | returned an error while referencing a property of an object.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@@1@@1
Access 2007+ uses different description: ‘| returned an error while referencing a property of an object.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@@1@@@1’
Access 2003+
2763 |1 returned the error: |2.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@@1@@1
Access 2007+ uses different description: ‘|1 returned the error: |2.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@@1@@@1’
Access 2003+
2764 The object’s property or method can’t be set.@You tried to run a Visual Basic procedure to set a property or apply a method for an object. However, the property or method doesn’t support named arguments.@Check the component’s documentation for information on the properties and methods it makes available to Automation operations.@1@@1
Access 2007+ uses different description: ‘The object’s property or method can’t be set.@You tried to run a Visual Basic procedure to set a property or apply a method for an object. However, the property or method doesn’t support named arguments.@Check the component’s documentation for information on the properties and methods it makes available to Automation operations.@1@@@1’
Access 2003+
2765 Visual Basic can’t convert the data type of one of the arguments you entered.@You tried to run a Visual Basic procedure that executes a method or sets a property of an object.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@1@@1
Access 2007+ uses different description: ‘Visual Basic can’t convert the data type of one of the arguments you entered.@You tried to run a Visual Basic procedure that executes a method or sets a property of an object.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@1@@@1’
Access 2003+
2766 The object doesn’t contain the Automation object ‘|.’@You tried to run a Visual Basic procedure to set a property or method for an object. However, the component doesn’t make the property or method available for Automation operations.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@1@@1
Access 2007+ uses different description: ‘The object doesn’t contain the Automation object ‘|.’@You tried to run a Visual Basic procedure to set a property or method for an object. However, the component doesn’t make the property or method available for Automation operations.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@1@@@1’
Access 2003+
2767 The object doesn’t support American English; it was developed using a different language.@Use a version of the object developed in Visual Basic that supports the language you are using.@@1@@1
Access 2007+ uses different description: ‘The object doesn’t support American English; it was developed using a different language.@Use a version of the object developed in Visual Basic that supports the language you are using.@@1@@@1’
Access 2003+
2768 The number you used to reference an element in the array is outside the bounds of the array.@For example, the array is from 0 through 10, and you entered a -1 or an 11.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@1@@1
Access 2007+ uses different description: ‘The number you used to reference an element in the array is outside the bounds of the array.@For example, the array is from 0 through 10, and you entered a -1 or an 11.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@1@@@1’
Access 2003+
2769 A property of the Automation object requires or returns a data type that isn’t supported by Visual Basic.@You tried to run a Visual Basic procedure that references an Automation object’s property. However, the value of the property isn’t supported by Visual Basic.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@1@@1
Access 2007+ uses different description: ‘A property of the Automation object requires or returns a data type that isn’t supported by Visual Basic.@You tried to run a Visual Basic procedure that references an Automation object’s property. However, the value of the property isn’t supported by Visual Basic.@Check the component’s documentation for information on the properties and methods it makes available for Automation operations.@1@@@1’
Access 2003+
2770 The object you referenced in the Visual Basic procedure as an OLE object isn’t an OLE object.@@@1@@1
Access 2007+ uses different description: ‘The object you referenced in the Visual Basic procedure as an OLE object isn’t an OLE object.@@@1@@@1’
Access 2003+
2771 The bound or unbound object frame you tried to edit doesn’t contain an OLE object.@Use the Object command on the Insert menu to add an OLE object to the bound or unbound object frame.@@1@109360@1
Access 2007+ uses different description: ‘The bound or unbound object frame you tried to edit does not contain an OLE object.@Right-click the frame, click Insert Object, and then use the dialog box to locate and either add or link to an object from a file that is not empty.@@1@1@9360@1’
Access 2003+
2774 The component doesn’t support Automation.@You tried to run a Visual Basic procedure that references an Automation object.@Check the component’s documentation for information on whether it supports Automation.@1@@1
Access 2007+ uses different description: ‘The component doesn’t support Automation.@You tried to run a Visual Basic procedure that references an Automation object.@Check the component’s documentation for information on whether it supports Automation.@1@@@1’
Access 2003+
2775 You specified too many arguments in the Visual Basic procedure, or there isn’t enough memory to run the procedure.@Specify fewer arguments, or close unneeded programs, and then try to run the procedure again.
For more information on freeing memory, search the Microsoft Windows Help index for ‘memory, troubleshooting’.@@1@@1
Access 2007+ uses different description: ‘You specified too many arguments in the Visual Basic procedure, or there isn’t enough memory to run the procedure.@Specify fewer arguments, or close unneeded programs, and then try to run the procedure again.
For more information on freeing memory, search the Microsoft Windows Help index for ‘memory, troubleshooting’.@@1@@@1′
Access 2003+
2777 The class argument in the CreateObject function of the Visual Basic procedure you’re trying to run is invalid.@Try one of the following:
* Make sure the file is installed on your computer and that you used the correct file name.
* Check the OLE server’s documentation for information about the syntax to use when specifying an OLE object’s data.@@1@1010851@1
Access 2007+ uses different description: ‘The class argument in the CreateObject function of the Visual Basic procedure you’re trying to run is invalid.@Try one of the following:
* Make sure the file is installed on your computer and that you used the correct file name.
* Check the OLE server’s documentation for information about the syntax to use when specifying an OLE object’s data.@@1@3@1010851@1’
Access 2003+
2778 Microsoft Office Access tried to create an OLE link, but there was no source document for this object.@@@1@@1
Access 2007+ uses different description: ‘Microsoft Office Access tried to create an OLE link, but there was no source document for this object.@@@1@@@1’
Access 2010+ uses different description: ‘Microsoft Access tried to create an OLE link, but there was no source document for this object.@@@1@@@1’
Access 2003+

Pages:Previous page Next page