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/reserved-words.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,33 @@
1
1
---
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.
4
4
author: Cloud-Writer
5
-
ms.author: lindalu
5
+
ms.author: meerak
6
6
manager: dcscontentpm
7
7
audience: ITPro
8
8
ms.topic: troubleshooting
9
9
ms.custom:
10
10
- CI 114797
11
11
- CSSTroubleshoot
12
-
ms.reviewer: markdun, robdil
12
+
ms.reviewer: lindalu, markdun, robdil
13
13
appliesto:
14
14
- Microsoft Office Access 2024
15
15
- Microsoft Office Access 2021
16
16
- Microsoft Office Access 2019
17
17
- Microsoft Office Access 2016
18
18
search.appverid: MET150
19
-
ms.date: 08/12/2025
19
+
ms.date: 09/08/2025
20
20
---
21
-
# List of reserved words in Access 2024 and previous versions
21
+
# Avoid using reserved words and symbols in Access
22
22
23
23
_Original KB number:_ 286335
24
24
25
25
> [!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.
27
27
28
28
## Summary
29
29
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:
31
31
32
32
> The wizard was unable to preview your report, possibly because a table needed by your report is exclusively locked.
33
33
@@ -39,9 +39,9 @@ For existing objects with names that contain reserved words, you can avoid error
39
39
40
40
## Reserved words
41
41
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.
43
43
44
-
Access reserved words are not case-sensitive.
44
+
Reserved words in Access are not case-sensitive.
45
45
46
46
The following is a list of reserved words to avoid when choosing identifiers.
47
47
@@ -522,6 +522,4 @@ $
522
522
%
523
523
```
524
524
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