Title case
am 09.01.2008 21:58:41 von jim.mclennan
I'm in Access 2002.
How do I change the format from all caps to title case.I've tried an
update query but can't seem to get the proper syntax.
I've tried in the "update to" line in an update query, the following:
Format[placename]>L?????????????
Placename is the name of the field.
Can someone please assist. Thanks for the help.
Re: Title case
am 09.01.2008 22:23:10 von jonceramic
On Jan 9, 2:58=A0pm, jim.mclen...@servicecanada.gc.ca wrote:
> I'm in Access 2002.
> How do I change the format from all caps to title case.I've tried an
> update query but can't seem to get the proper syntax.
> I've tried in the "update to" line in an update query, the following:
>
> Format[placename]>L?????????????
>
> Placename is the name of the field.
>
> Can someone please assist. Thanks for the help.
Google was my friend for you...
http://www.google.com/search?hl=3Den&q=3Dms+access+title+cas e
MyField=3DStrConv(MyField,vbProperCase)
Jon
Re: Title case
am 10.01.2008 01:28:37 von fredg
On Wed, 9 Jan 2008 12:58:41 -0800 (PST),
jim.mclennan@servicecanada.gc.ca wrote:
> I'm in Access 2002.
> How do I change the format from all caps to title case.I've tried an
> update query but can't seem to get the proper syntax.
> I've tried in the "update to" line in an update query, the following:
>
> Format[placename]>L?????????????
>
> Placename is the name of the field.
>
> Can someone please assist. Thanks for the help.
In a query?
NewColumn:StrConv([FieldName],3)
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail