Text only
|
Text with Images
Dolphin.com.bd
Office Suite Tutorial => Microsoft Office Access => Topic started by: bbasujon on August 15, 2012, 05:30:40 PM
Title:
Microsoft Access Function Library: Chr()
Post by:
bbasujon
on
August 15, 2012, 05:30:40 PM
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"
Text only
|
Text with Images