David Bailey
New member
- Local time
- Today, 09:04
- Joined
- Sep 10, 2002
- Messages
- 5
I am trying to write a query to convert text in a field from upper case to title case. I can easily convert text into lowercase using the lcase function or if I wanted upper case using the ucase function, but there does not appear to be a function to convert to title case. i.e first letter of a world in capitals and the rest lower case.
Assuming was converting to lower case my formula looks like this:
Title Case Salutation: LCase(Format([Upper Case Salutation]))
Where "Title case salutation" is the name of the field to be and "upper case salutation" is the name of the current field
Is there a Tcase formula or similar to do the same but convert to title case?
Assuming was converting to lower case my formula looks like this:
Title Case Salutation: LCase(Format([Upper Case Salutation]))
Where "Title case salutation" is the name of the field to be and "upper case salutation" is the name of the current field
Is there a Tcase formula or similar to do the same but convert to title case?