PC Review


Reply
Thread Tools Rate Thread

Changing case in database

 
 
=?Utf-8?B?VHJhY3k=?=
Guest
Posts: n/a
 
      15th Feb 2006
I've found in the help screen that to change text to "mixed case" you must
use the PROPER(text) function. Where exactly to I use this function to
change the text? And is this something I have to do for each field?
 
Reply With Quote
 
 
 
 
fredg
Guest
Posts: n/a
 
      15th Feb 2006
On Wed, 15 Feb 2006 10:46:29 -0800, Tracy wrote:

> I've found in the help screen that to change text to "mixed case" you must
> use the PROPER(text) function. Where exactly to I use this function to
> change the text? And is this something I have to do for each field?


What help screen?
Proper() is an Excel function.

You have posted this message to the wrong newsgroup.
The access in this groups name refers to Microsoft Access, a database
program.
Please repost to the correct newsgroup for whatever Office program you
are using. I would suggest you include your Windows and Office version
number in the message.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
 
Reply With Quote
 
=?Utf-8?B?VGVkTWk=?=
Guest
Posts: n/a
 
      15th Feb 2006
In Access, the proper function to change to Title case is StrConv(Field, 3).
You would use it in a SQL update query like this:
UPDATE TableName SET Field1=StrConv(Field1, 3), Field2=StrConv(Field2, 3) etc.

Note, however, that this function is far from foolproof - It doesn't handle
words that should have internal caps, like MacDonald or PO Box.
--
Ted

 
Reply With Quote
 
=?Utf-8?B?VHJhY3k=?=
Guest
Posts: n/a
 
      15th Feb 2006
Thank you so much! It worked great. Can you use this function for updating
the entire table rather than typing it for each field?

"TedMi" wrote:

> In Access, the proper function to change to Title case is StrConv(Field, 3).
> You would use it in a SQL update query like this:
> UPDATE TableName SET Field1=StrConv(Field1, 3), Field2=StrConv(Field2, 3) etc.
>
> Note, however, that this function is far from foolproof - It doesn't handle
> words that should have internal caps, like MacDonald or PO Box.
> --
> Ted
>

 
Reply With Quote
 
=?Utf-8?B?VGVkTWk=?=
Guest
Posts: n/a
 
      16th Feb 2006
No, you must specify the update separately for each field.
--
Ted

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing existing data in database to title case Jack Microsoft Access Queries 1 7th Feb 2010 05:31 AM
Changing multiple cell text from lower case to upper case Patti Microsoft Excel Misc 2 4th Jan 2008 08:35 PM
Can't find short cut for changing case ... upper case .... lower case JERRY Microsoft Word New Users 7 23rd Aug 2007 05:29 PM
Changing text case in entire database column from JOHN to John =?Utf-8?B?S2ltYmVybHkgaW4gUGFsbSBTcHJpbmdz?= Microsoft Excel Misc 2 10th Oct 2006 06:26 PM
what is the function for changing text to proper case/title case? =?Utf-8?B?U2Fic191aw==?= Microsoft Access 1 16th Jun 2005 08:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:11 PM.