
14 answers
No way to do this in Salesforce that I'm aware of natively. You could write a batch Apex method (similar to this: http://boards.developerforce.com/t5/Apex-Code-Development/Convert-To-Title-Case/td-p/68592) that would go through your data and correct it, but that's development work, which may or not be feasible depending on your skill set.