Office Suite Tutorial > Microsoft Office Access

Microsoft Access Function Library: Chr()

(1/1)

bbasujon:
Function: Chr()

Purpose: The Chr() function returns a string containing a character value.

Usage: Chr(code)

Returns: String containing the character corresponding to code.

Examples and Special Cases

 Chr(98) = “b”
 Chr(66) = “B”
 Chr(67) = “C”

Navigation

[0] Message Index

Go to full version