PC Review


Reply
Thread Tools Rate Thread

Convert to proper case

 
 
=?Utf-8?B?Sk9N?=
Guest
Posts: n/a
 
      15th May 2006
I have a an address field in my form. I would like to convert the first
letters of any letter to upper case e.g., if I enter 123 pleasantville ave
apt# 11
It should be converted to 123 Pleasantville Ave Apt# 11

How do I do that?
 
Reply With Quote
 
 
 
 
Rick B
Guest
Posts: n/a
 
      15th May 2006
Please do a search. How to do this in a Name field is asked very
frequently. the answer here would be pretty much the same.

The short answer is that you would need to do it manually - there are too
many exceptions to do it automatically.

What about:

123 McMillin Street?
444 NW 18th Street? (Nw?)
12 de los Santos Avenue

Etc.



--
Rick B



"JOM" <(E-Mail Removed)> wrote in message
news:15693A4F-B6A4-4AFD-869D-(E-Mail Removed)...
>I have a an address field in my form. I would like to convert the first
> letters of any letter to upper case e.g., if I enter 123 pleasantville ave
> apt# 11
> It should be converted to 123 Pleasantville Ave Apt# 11
>
> How do I do that?



 
Reply With Quote
 
Jeff Boyce
Guest
Posts: n/a
 
      15th May 2006
Check Access HELP for the StrConv() function, using vbProperCase.

As Rick points out, this will force capitalization of every word. Rather
that doing it all manually, though, you could:
* make a backup copy
* use the StrConv() function
* apply USB (using someone's brain) to review and spot those few you'd
need to uncapitalize

Regards

Jeff Boyce
Microsoft Office/Access MVP


"JOM" <(E-Mail Removed)> wrote in message
news:15693A4F-B6A4-4AFD-869D-(E-Mail Removed)...
>I have a an address field in my form. I would like to convert the first
> letters of any letter to upper case e.g., if I enter 123 pleasantville ave
> apt# 11
> It should be converted to 123 Pleasantville Ave Apt# 11
>
> How do I do that?



 
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
How to convert Upper case to Proper Case Candicehkjc Microsoft Access VBA Modules 2 20th Sep 2008 05:19 PM
How to convert a string to Proper Case =?Utf-8?B?TWFyayBBbmRlcnM=?= Microsoft Access Forms 3 1st Nov 2007 09:05 PM
excel'03 how to convert a column from upper case to proper case =?Utf-8?B?c2hhcmllIHBhbG1lcg==?= Microsoft Excel Misc 1 30th Jan 2006 11:50 PM
Convert String to Proper Case ? Luqman Microsoft Access Queries 3 4th Jan 2005 11:41 AM
Convert Name field from Upper Case to Proper Case Jeff R Microsoft Access Macros 1 25th Jun 2004 11:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:15 AM.