NOT (Access custom web app)
Negates a Boolean input.
Important
Microsoft no longer recommends creating and using Access web apps in SharePoint. As an alternative, consider using Microsoft PowerApps to build no-code business solutions for the web and mobile devices.
Syntax
[ Not ] BooleanExpression
The Not operator contains the following arguments.
Argument name | Description |
---|---|
BooleanExpression |
A valid Boolean expression. |
Remarks
The following table shows the results of comparing TRUE and FALSE values using the Not operator.
Not | |
---|---|
TRUE |
False |
FALSE |
True |