Skip to content

Commit 1c835de

Browse files
authored
Revise reserved words documentation in Access
1 parent 197632b commit 1c835de

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

Office/Client/access/reserved-words.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
2-
title: List of reserved words in Access
3-
description: Lists the reserved words that you should not use in field, object, and variable names.
2+
title: Avoid using reserved words and symbols in Access
3+
description: Lists the reserved words that you shouldn't use in field, object, and variable names.
44
author: Cloud-Writer
5-
ms.author: lindalu
5+
ms.author: meerak
66
manager: dcscontentpm
77
audience: ITPro
88
ms.topic: troubleshooting
99
ms.custom:
1010
- CI 114797
1111
- CSSTroubleshoot
12-
ms.reviewer: markdun, robdil
12+
ms.reviewer: lindalu, markdun, robdil
1313
appliesto:
1414
- Microsoft Office Access 2024
1515
- Microsoft Office Access 2021
1616
- Microsoft Office Access 2019
1717
- Microsoft Office Access 2016
1818
search.appverid: MET150
19-
ms.date: 08/12/2025
19+
ms.date: 09/08/2025
2020
---
21-
# List of reserved words in Access 2024 and previous versions
21+
# Avoid using reserved words and symbols in Access
2222

2323
_Original KB number:_   286335
2424

2525
> [!NOTE]
26-
> Novice: Requires knowledge of the user interface on single-user computers. This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).
26+
> This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp). It requires knowledge of the user interface on single-user computers.
2727
2828
## Summary
2929

30-
This article lists words and symbols that you should not use in field, object, and variable names in Microsoft Access 2024 and previous versions because they are "reserved words." Reserved words have a specific meaning to Access or to the Microsoft Jet database engine. If you use a reserved word or symbol, you may receive an error such as the following:
30+
This article lists words and symbols that you shouldn't use in field, object, and variable names in Microsoft Access 2024 and previous versions because they are "reserved words". Reserved words have a specific meaning to Access or to the Microsoft Jet database engine. If you use a reserved word or symbol, you may receive an error such as the following:
3131

3232
> The wizard was unable to preview your report, possibly because a table needed by your report is exclusively locked.
3333
@@ -39,9 +39,9 @@ For existing objects with names that contain reserved words, you can avoid error
3939

4040
## Reserved words
4141

42-
Because it isn't practical to provide a list of all reserved words, such as built-in function names or Microsoft Access user-defined names, please check your product documentation for additional reserved words. Note that if you set a reference to a type library, an object library, or an ActiveX control, that library's reserved words are also reserved words in your database. For example, if you add an ActiveX control to a form, a reference is set, and the names of the objects, methods, and properties of that control become reserved words in your database.
42+
Because it isn't practical to provide a list of all reserved words such as built-in function names or user-defined names in Access, check your product documentation for additional reserved words. If you set a reference to a type library, an object library, or an ActiveX control, that library's reserved words are also treated as reserved words in your database. For example, if you add an ActiveX control to a form, then a reference is set, and the names of the objects, methods, and properties of that control become reserved words in your database.
4343

44-
Access reserved words are not case-sensitive.
44+
Reserved words in Access are not case-sensitive.
4545

4646
The following is a list of reserved words to avoid when choosing identifiers.
4747

@@ -522,6 +522,4 @@ $
522522
%
523523
```
524524

525-
For more information about special characters to avoid using when you work with the database object names or the field names in all versions of Access, see the following Microsoft Knowledge Base article.
526-
527-
[826763](https://support.microsoft.com/help/826763) Error message when you use special characters in Access databases
525+
For more information about special characters to avoid using when you work with the database object names or field names in all versions of Access, see [Error message when you use special characters in Access databases](https://support.microsoft.com/help/826763).

0 commit comments

Comments
 (0)