The following code converts a name to sentence case: LastName = StrConv(Trim(Nz(LastName)), vbProperCase)<br>It works well. But sometimes part of a name should be in lower case especially some of the northern European names like van Dyke.<br>Is it possible for the code to operate but to be able to edit the data after it has been entered?<br><br>Thanks in advance.