proper case

H

hsdaguilar

Hello,

I realize that propercase is similar to titlecase in word in that it
capitalizes the first letter in each word. Does access also have the
equivalent to sentence case, where it would only capitalize the first letter
in each sentence?
 
R

Rick Brandt

hsdaguilar said:
Hello,

I realize that propercase is similar to titlecase in word in that it
capitalizes the first letter in each word. Does access also have the
equivalent to sentence case, where it would only capitalize the first
letter in each sentence?

No. You would have to write a custom function.
 
R

Rick Brandt

hsdaguilar said:
Ok, thank you. Would you mind showing me how?

Do a Google search on...

"sentence case function group:*access*"

....and you should get a few ideas.
 
Top