I can’t find any reference in the books I have, but is there a function that will format a text field so that the first character is upper case and the others lower?
The data we have comes from a mainframe, and all names are in upper case. I’d like to format them to the proper case. I know I can use the left(), but thought there might be something that would do it smarter.
Thanks for any help.