Skip to content

Commit 8a217ba

Browse files
authored
missing space
1 parent bb2cbdd commit 8a217ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

access/Concepts/Error-Codes/macro-actions-and-methods-of-the-docmd-object.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.localizationpriority: medium
1111

1212
# Macro actions and methods of the DoCmd object
1313

14-
To carry out macro actions from code in Access, use the [DoCmd](../../../api/Access.DoCmd.md)object and its methods. This object replaces the **DoCmd** statement that you used in versions 1. _x_ and 2.0 of Access to carry out a macro action.
14+
To carry out macro actions from code in Access, use the [DoCmd](../../../api/Access.DoCmd.md) object and its methods. This object replaces the **DoCmd** statement that you used in versions 1. _x_ and 2.0 of Access to carry out a macro action.
1515

1616
When you convert a database, Access automatically converts any **DoCmd** statements and the actions that they carried out in your Access Basic code to methods of the **DoCmd** object by replacing the space with the . (dot) operator.
1717

@@ -45,4 +45,4 @@ In Access, you can't use a SQL statement to specify data to export when you are
4545

4646
In Access versions 1.x and 2.0, if you compare two expressions within a macro condition by using a comparison operator and one of the expressions is **Null**, Access Basic will return **True** or **False** for the comparison, depending on which comparison operator you use. In Access 2000 and later, Visual Basic returns **Null** for a comparison in which one expression is **Null**. To determine whether the comparison evaluates to **Null**, use the **IsNull** function to check the result of the comparison.
4747

48-
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
48+
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

0 commit comments

Comments
 (0)