Hello.
I have encountered a small problem. When I write to my database using a standard HTML form and asp code to send it to an access database
The data is only recorded on lower case.
Now I know I can use a VB string function to make the data lower case (LCase) or uppercase (UCase).
But me being finicky, I want it "In Title Case"
Do is any know of a way to do this?
I have encountered a small problem. When I write to my database using a standard HTML form and asp code to send it to an access database
The data is only recorded on lower case.
Now I know I can use a VB string function to make the data lower case (LCase) or uppercase (UCase).
But me being finicky, I want it "In Title Case"
Do is any know of a way to do this?
Comment