ToTitleCase

S

SusanV

I've used this in VB.Net, is this functionality available in Access 2000?
Can't find anything on it for Access so I'm guessing it is not?

TIA,

Susan
 
K

Ken Snell [MVP]

VBA has a StrConv function that may do what you seek. It has various
settings that dictate the output format.

You can use this function directly within a query. Check it out in ACCESS
Help and post back if you have questions.
 
Top