Proper(), LCase(), LCase$()

hycho

Registered User.
Local time
Today, 13:31
Joined
Sep 7, 2011
Messages
59
Hi,

I am trying to convert "HELLO123!" into "Hello123!".

In MS Excel, I can use this function:

Proper(HELLO123!)=Hello123!

Is there a function in MS Acess 2003 to turn words into proper cases? Or is there a way I can get the desired results using a combination of functions?

Also, what's the difference between LCase() and LCase$()?

Thanks.
 

Users who are viewing this thread

Back
Top Bottom