You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Office/Client/access/operation-is-not-supported-error.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,17 +38,17 @@ The article provides multiple solutions to resolve the errors.
38
38
39
39
When you work with Access or Microsoft Excel, you receive one of the following error messages in different scenarios:
40
40
41
-
`Operation is not supported for this type of object`
41
+
Error message: `Operation is not supported for this type of object`
42
42
43
-
when:
43
+
When:
44
44
45
45
- The Access database contains a query that includes a remote reference.
46
46
47
47
- You create or refresh an ODBC connection by using either an Access driver or an Excel driver within an Excel workbook.
48
48
49
-
`Invalid use of Null`
49
+
Error message: `Invalid use of Null`
50
50
51
-
when you:
51
+
When you:
52
52
53
53
- Add a control or a command button to an Access form or report.
54
54
@@ -66,7 +66,7 @@ Beginning in the Office updates that were released on December 9, 2025, the **Al
66
66
| 1 | Allow in all databases |
67
67
| 2 | Disallow in all databases |
68
68
69
-
The “Allow only in trusted databases” is the default value for this registry key.
69
+
The "Allow only in trusted databases" is the default value for this registry key.
70
70
71
71
### Check for a remote table reference
72
72
@@ -86,7 +86,7 @@ This issue has multiple solutions. Select the solution that’s appropriate for
86
86
87
87
- Don’t use wizards in Access. To avoid wizards, take the following actions instead:
88
88
89
-
- When you use the **Create** tab, select an option such as **Table Design**, **Query Design**, **Form Design** or **Report Design** that doesn't use a wizard.
89
+
- When you use the **Create** tab, select an option such as **Table Design**, **Query Design**, **Form Design**, or **Report Design** that doesn't use a wizard.
90
90
91
91
- Disable Control wizards that you use for tasks such as adding a command button.
92
92
Expand the **Controls** group, and clear the **Use Control Wizards** checkbox.
@@ -95,7 +95,7 @@ This issue has multiple solutions. Select the solution that’s appropriate for
95
95
96
96
### Solutions when you work with apps other than Access
97
97
98
-
- Legacy ODBC connections in Excel are commonly constructed to include a remote table reference within the command text. The remote reference is used even if the table or query object that's referenced is local to the database or workbook that’s supplied in the connection string. In this scenario, remove the remote table reference from the command text in the query because it's unnecessary. See the following example.
98
+
- Legacy ODBC connections in Excel are commonly constructed to include a remote table reference within the command text. The remote reference is used even if the table or query object that's referenced is local to the database or workbook that’s specified in the connection string. In this scenario, remove the remote table reference from the command text in the query because it's unnecessary. See the following example.
0 commit comments