Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Initial Caps Formula

Status
Not open for further replies.

Jefftopia

Programmer
Jul 30, 2002
104
US
Is there a function to convert text to initial caps?

For example: The string "EAT MY SHORTS" would be converted to "Eat My Shorts".
 
Hi,
If you can edit your Sql, and your Database supports it, you can use a function ( in Oracle it is
Code:
InitCap(field_name)

Your results may vary, depending on your Database's syntax.

[profile]

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top