A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Uppercase 1st Letter



 
 
Thread Tools Display Modes
  #1  
Old March 1st, 2010, 11:23 PM posted to microsoft.public.access.gettingstarted
dan
external usenet poster
 
Posts: 1,408
Default Uppercase 1st Letter

How do I format a field so that the first letter is always capitilized. I
know to use the greater then sign to display text as all caps, but I just
want to make sure the first letter in a customers first/last name is
capitilized.


  #2  
Old March 1st, 2010, 11:55 PM posted to microsoft.public.access.gettingstarted
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Uppercase 1st Letter

Dan

Are you sure you need to do that in the table?

A more common approach would be to use the UCase() function in a query, and
use the query results for display.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"Dan" wrote in message
...
How do I format a field so that the first letter is always capitilized. I
know to use the greater then sign to display text as all caps, but I just
want to make sure the first letter in a customers first/last name is
capitilized.




  #3  
Old March 2nd, 2010, 12:29 AM posted to microsoft.public.access.gettingstarted
KenSheridan via AccessMonster.com
external usenet poster
 
Posts: 1,610
Default Uppercase 1st Letter

Jeff:

Wouldn't StrConv([CustomerName],3) be better than the UCase() function? With
names I think I would convert the stored data itself, but with a means of
overriding it to take account of names like Vincent van Gogh and Fiona
MacDonald (who happens to be my wife; it would take a braver man than me to
reduce her 'D' to lower case!).

Ken Sheridan
Stafford, England

Jeff Boyce wrote:
Dan

Are you sure you need to do that in the table?

A more common approach would be to use the UCase() function in a query, and
use the query results for display.

Regards

Jeff Boyce
Microsoft Access MVP

How do I format a field so that the first letter is always capitilized. I
know to use the greater then sign to display text as all caps, but I just
want to make sure the first letter in a customers first/last name is
capitilized.


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...arted/201003/1

  #4  
Old March 2nd, 2010, 12:50 AM posted to microsoft.public.access.gettingstarted
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Uppercase 1st Letter

I couldn't tell from the description if this is being used on a single field
containing [FullName] or on a more atomic field containing [LastName].

My suggestion applied to the single field, single fact scenario.

.... and I'd never suggest that you or your wife attempt to lowercase her "D"
.... g!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"KenSheridan via AccessMonster.com" u51882@uwe wrote in message
news:a461999fb53a1@uwe...
Jeff:

Wouldn't StrConv([CustomerName],3) be better than the UCase() function?
With
names I think I would convert the stored data itself, but with a means of
overriding it to take account of names like Vincent van Gogh and Fiona
MacDonald (who happens to be my wife; it would take a braver man than me
to
reduce her 'D' to lower case!).

Ken Sheridan
Stafford, England

Jeff Boyce wrote:
Dan

Are you sure you need to do that in the table?

A more common approach would be to use the UCase() function in a query,
and
use the query results for display.

Regards

Jeff Boyce
Microsoft Access MVP

How do I format a field so that the first letter is always capitilized.
I
know to use the greater then sign to display text as all caps, but I
just
want to make sure the first letter in a customers first/last name is
capitilized.


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...arted/201003/1



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:45 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.