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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lower to Upper Case Text Conversion

Status
Not open for further replies.

craigfw

Technical User
Aug 11, 2004
32
US
Hey everyone,

We need to convert text inserted into a form's input field in mixed case (Last Name) into Upper Case for loading into a MS SQL Server 2000 table. The insert already works, we just need to convert the text. Has anyone done this sort of conversion?

Thanks in advance,

Craig Webber
 
Thanks,

What we're REALLY looking for, after consulting the developer again, is a Java Script, client-side form validation solution. This will change the text to UPPERCASE in the application prior to submission to the SQL Server.
 
All the best!

by the way...Client Side is NOT 100%..all they have to do is disable JS....use the DB field properties for format
eg. MSAccess
in querry
Corrected_LName: UCase(Users!LName)

All the best!

:--------------------------------------------------------------------------:
fugitive.gif

ok,ok...I did shoot the deputy but he told me he was the sheriff!
:--------------------------------------------------------------------------:
 
Thanks to both of you for your suggestions. This solved a problem my web developer has been dreading (he worries alot).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top