pjmdesigns
Technical User
I have a field(string) {FIRSTNAME} where the Text Case is inconsistent, i.e. I want to display "Andrew" but the field may contain "aNDrew".
At the moment I am using:
(Uppercase(left({FIRSTNAME},1)))+(Lowercase(mid({FIRSTNAME},2,20)))
Is there a quicker way or even a specific function?
Cheers!
PJ
At the moment I am using:
(Uppercase(left({FIRSTNAME},1)))+(Lowercase(mid({FIRSTNAME},2,20)))
Is there a quicker way or even a specific function?
Cheers!
PJ