The table has a field which lists the titles of books. Only the first letter of the first word is uppercase. How can I change each word's first letter to uppercase?
Mike's got the answer for ya right there. If you want to update your entire table, use that field in your SELECT query and convert it to an UPDATE query. But, BACKUP YOUR DATABASE FIRST.