[AccessD] UPPER-CASE to Upper-Lower-Case

Tom Bolton tom.bolton at donnslaw.co.uk
Thu Apr 21 03:17:08 CDT 2005


Alun

Sorry, I didn't read this properly, hence hasty reply.  You could split the
string into an array (Split function) and knock off the first character of
each array element.  Then add on the first letter again but capitalised,
after which you could re-join the array elements into one string (Join
function).  As far as I know, there's no function to do all this
automatically.

Cheers
Tom




-----Original Message-----
From: Garraway, Alun [mailto:Alun.Garraway at otto.de] 
Sent: 21 April 2005 08:59
To: Access Developers discussion and problem solving
Subject: [AccessD] UPPER-CASE to Upper-Lower-Case

hello,

is it possible to turn a string in upper-case
to upper-lower-case?

for example

"THIS IS BIG" to "This Is Big"

TIA :-)

alun
-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
-------------- next part --------------

The contents of this message and any attachments are the property of Donns Solicitors 
and are intended for the confidential use of the named recipient only.  They may be legally
 privileged and should not be communicated to, or relied upon, by any other party without 
our written consent.  If you are not the addressee, please notify us immediately so that we 
can make arrangements for its return.  You should not show this e-mail to any person or
 take copies as you may be committing a criminal or civil offence for which you may be
 liable.  The statement and opinions expressed in this e-mail message are those of the 
writer, and do not necessarily represent that of Donns Solicitors.  Although any files attached
 to this e-mail will have been checked with virus protection software prior to transmission, 
you should carry out your own virus check before opening any attachment.  
Donns Solicitors does not accept any liability for any damage or loss which may be caused 
by software viruses...


More information about the AccessD mailing list