AND (Access custom web app)
Combines two Boolean expressions and returns TRUE when both expressions are TRUE.
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
boolean_expression AND boolean_expression
Return value
Returns TRUE when both expressions are TRUE.
Remarks
When more than one logical operator is used in a statement, the AND operators are evaluated first. You can change the order of evaluation by using parentheses.