For some fields I use the Proper() function to return the first letter of each word as uppercase, and that works.
Only, when there is "sa de cv" at the end of the text (all upper case or mixed), it should be/stay as "sa de cv".
Is there a clever calc to put the text in Proper(), except that part, that has to be all in lower case ?
I tried several combinations Proper()/Lower()/Substitute with no success, except knowing what is not working. So it is not all wasted time....