Loading lesson path
Concept visual
Start at both ends
Return the character based on the number code 65:
SELECT Chr(65) AS CodeToCharacter;The Chr() function returns the character for the specified ASCII number code.
code )
Required. The ASCII number code to return the character for❮ MS Access Functions