Example
SELECT Chr(65) AS CodeToCharacter;Definition and Usage
The Chr() function returns the character for the specified ASCII number code.
Syntax
Chr(
code
)Parameter Values
| Parameter | Description |
|---|---|
| code | Required. The ASCII number code to return the character for |
Technical Details
| Works in: | From Access 2000 |
|---|