Uppercase to lowercase

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peacock97
    New Member
    • Dec 2009
    • 2

    Uppercase to lowercase

    I have an access mailing list. I received it in UPPERCASE and have been able to change the 1st letter to UPPERCASE and the rest to lowercase except that in Proper Names like McDonald, McInnis, they come out as Mcdonald or Mcinnis. I have tried to modify my query to accommodate this; however, unsuccessfully. Here is my query, and wondering how I could change it to accommodate my problem:

    UPDATE [All Councils] SET [All Councils].LastName = StrConv([LastName],3), [All Councils].FirstName = StrConv([FirstName],3), [All Councils].Address1 = StrConv([Address1],3), [All Councils].Address2 = StrConv([Address2],3), [All Councils].Address3 = StrConv([Address3],3), [All Councils].Address4 = StrConv([Address4],3);

    Tks
  • Studlyami
    Recognized Expert Contributor
    • Sep 2007
    • 464

    #2
    I'm not sure how to do this, but we have an access forum that could provide you with more help. To receive better/quicker help in the future please use the proper forum.

    Comment

    Working...