bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access C hr() Function

Concept visual

MS Access C hr() Function

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

Example

Return the character based on the number code 65:

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

Previous

❮ MS Access Functions

Next

Previous

MS Access Asc() Function

Next

MS Access Concat With &