TextBox Text to Upper or Lower Case at runtime

I have a report that outputs text from the database as lower case and I need to re-format it to upper case at run time. I have another textbox that I need to format in the reverse. I cannot find the keyword or function that does this. Thanks in advance.

try UPPERCASE(String) and LOWERCASE(string) functions…