MS Access StrReverse() Function
THE WORLD'S LARGEST WEB DEVELOPER SITE

MS Access StrReverse() Function

❮ MS Access Functions

Example

Reverse a string:

SELECT StrReverse("SQL Tutorial") AS StringReverse;

Definition and Usage

The StrReverse() function returns a string whose characters are in reverse order.

Syntax

StrReverse(string)

Parameter Values

Parameter Description
string Required. The string to reverse

Technical Details

Works in: Access 2016, Access 2013, Access 2010, Access 2007, Access 2003, Access XP, Access 2000

❮ MS Access Functions