|
Syntax |
RIGHT(Text, Number of characters) |
|
Description |
Returns the specified number of characters in the supplied text, counting from the right. |
|
Example |
RIGHT ("Personalized Printing", 8) => Printing |
|
Text |
Any text expression or data field containing a text. |
|
Number of characters |
Numeric expression or data field containing the number of characters to get. |
Use this function to separate field content or create a unique code with parts of someone's name.