Right Function (Access custom web app)

Returns the right part of a character string with the specified number of characters.

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

Right (TextExpression, Length)

The Right function contains the following arguments.

Argument name Description
TextExpression
A text expression.
Length
Is a positive integer that specifies how many characters of the TextExpression are returned.