Hello. I have typed in a Query: SELECT FirstName, STRCONV(FirstName,3) as FirstName_in_Proper_Case FROM DVAClientListTable.
FirstName is the field name and DVAClientListTable is the name of the table.
Before doing this I researched to discover the correct (or one of) code - I followed...