Recent content by Southpaw

  1. S

    Capitalize The First Letter Of Each Word in MS access 2010

    Hey, Everybody I have a database and i want to capitalize the first letter of each word in the field (SUBJECT) and i used the code l below Private Sub Subject_AfterUpdate() Me.[Subject] = StrConv(Me.Subject, vbProperCase) End Sub but I'm using 2 languages (Arabic, English) and the code is...
Back
Top Bottom