MS Access Chr() Function
Example
Return the character based on the number code 65:
SELECT Chr(65) AS NumberCodeToCharacter;
Try it Yourself »
Definition and Usage
The Chr() function returns the character based on the number code.
Syntax
Chr(number_code)
Parameter Values
Parameter | Description |
---|---|
number_code | Required. The ASCII number code to return the character for |
Technical Details
Works in: | Access 2016, Access 2013, Access 2010, Access 2007, Access 2003, Access XP, Access 2000 |
---|