+ (String Concatenation Operator) (Access custom web app)
The plus sign (+) is the string concatenation operator that enables string concatenation. All other string manipulation is handled by using string functions such as Substring.
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
TextExpression + TextExpression
TextExpression Any valid text expression.