Skip to content

Commit f2520c0

Browse files
committed
Fixed Acrolinx issues
1 parent 52c4aae commit f2520c0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Office/Client/access/operation-is-not-supported-error.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ The article provides multiple solutions to resolve the errors.
3838

3939
When you work with Access or Microsoft Excel, you receive one of the following error messages in different scenarios:
4040

41-
`Operation is not supported for this type of object`
41+
Error message: `Operation is not supported for this type of object`
4242

43-
when:
43+
When:
4444

4545
- The Access database contains a query that includes a remote reference.
4646

4747
- You create or refresh an ODBC connection by using either an Access driver or an Excel driver within an Excel workbook.
4848

49-
`Invalid use of Null`
49+
Error message: `Invalid use of Null`
5050

51-
when you:
51+
When you:
5252

5353
- Add a control or a command button to an Access form or report.
5454

@@ -66,7 +66,7 @@ Beginning in the Office updates that were released on December 9, 2025, the **Al
6666
| 1 | Allow in all databases |
6767
| 2 | Disallow in all databases |
6868

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.
7070

7171
### Check for a remote table reference
7272

@@ -86,7 +86,7 @@ This issue has multiple solutions. Select the solution that’s appropriate for
8686

8787
- Don’t use wizards in Access. To avoid wizards, take the following actions instead:
8888

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.
9090

9191
- Disable Control wizards that you use for tasks such as adding a command button.
9292
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
9595
9696
### Solutions when you work with apps other than Access
9797

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.
9999

100100
| **Original Command Text** | **Updated Command Text** |
101101
|----|----|

0 commit comments

Comments
 (0)