|
|
|
date: Fri, 4 Jul 2008 07:11:01 -0700,
group: microsoft.public.access.queries
back
Re: Simple update query question
Thanks for the quick reply. I anticipated the names with two words, but the
bulk of the records will be my city which is only one word, the rest I can do
manually without too much pain.
Again, thanks for the help.
KM
"fredg" wrote:
> On Fri, 4 Jul 2008 07:11:01 -0700, K M wrote:
>
> > I have a table containing city names. They are all in uppercase. I'm trying
> > to use an update query to change them all to proper case (first letter upper,
> > the rest lower). What do I put in the update to: field of the query to
> > achieve this?
> >
> > TIA
> >
> > KM
>
> StrConv([City],3)
>
> Unfortunately this will incorrectly capitalize some city names. The
> two that come to mind just now are Coeur d'Alene, Idaho will become
> Coeur D'alene and King of Prussia, Pennsylvania will become King Of
> Prussia. There are others.
> --
> Fred
> Please respond only to this newsgroup.
> I do not reply to personal e-mail
>
date: Fri, 4 Jul 2008 08:25:01 -0700
author: K M
|
|