I have a table containing a field for FirstName and another for LastName and both of these fields are currently all Uppercase text. I would like to change these two fields to Propercase (ie. change JOHN DOE to John Doe). I created a query to update my table and included the ID, FirstName, and LastName fields. I then typed in StrConv([FirstName],3) in the Critera under the FirstName field, but it's not working. I am fairly new to this and just can't seem to figure out what I'm doing wrong, any ideas?