Skip to content

Commit

Permalink
Update in-operator-microsoft-access-sql.md
Browse files Browse the repository at this point in the history
fix build errors (minor edits)
  • Loading branch information
lindalu-MSFT authored Dec 30, 2021
1 parent 5869a94 commit 035b6d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: In operator (Microsoft Access SQL)
ROBOTS: INDEX
ms.prod: access
ms.assetid: ee4f1d71-82c4-3b0d-94b6-ad3f5a7608b8
ms.date: 06/08/2019
ms.date: 12/29/2021
ms.localizationpriority: medium
---

Expand All @@ -18,7 +18,7 @@ Determines whether the value of an expression is equal to any of several values

_expr_ [ **Not** ] **In** ( _value1, value2, …_ )

_expr_ [ **Not** ] **In** ( _[SELECT](https://docs.microsoft.com/en-us/office/client-developer/access/desktop-database-reference/select-statement-microsoft-access-sql?redirectedfrom=MSDN)_ )
_expr_ [ **Not** ] **In** ( _[SELECT](/client-developer/access/desktop-database-reference/select-statement-microsoft-access-sql.md)_ )

## Remarks

Expand Down

0 comments on commit 035b6d9

Please sign in to comment.