Author Topic: Microsoft Access Function Library: Chr()  (Read 4192 times)

bbasujon

  • Administrator
  • VIP Member
  • *****
  • Posts: 1826
  • I want to show my performance at any where
    • View Profile
    • Higher Education
Microsoft Access Function Library: Chr()
« 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”
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection