Lower()
Returns specified string expression converted to lowercase.
Syntax
Lower(string stringExpression)
- stringExpression: name of expression to convert to lowercase.
Example
Lower("Well name") returns "well name"
Lower(string stringExpression)
Lower("Well name") returns "well name"