Hi,
I have a VB6 application that takes a field and formats it using the StrConv function, i.e, "john smith" becomes "John Smith". The problem I am having is if I have a name like "Ronald McDonald" and use the StrConv function I get "Ronald Mcdonald" instead of "Ronald McDonald" Is there a easy way to keep the capital letter in the last name?
Thanks,
Mark
I have a VB6 application that takes a field and formats it using the StrConv function, i.e, "john smith" becomes "John Smith". The problem I am having is if I have a name like "Ronald McDonald" and use the StrConv function I get "Ronald Mcdonald" instead of "Ronald McDonald" Is there a easy way to keep the capital letter in the last name?
Thanks,
Mark