I have a text box on a form that users enter their name as first name followed by last name separated by a space. I want to ensure the first letters of each name are capitalized. I tried to do this with the following input mask:
>L<?????????/ >L<????????
This works for names with the above number of characters. Is there an easy way of doing this for names of varying length? I've thought about trapping keys, but I am hoping there is an easier way. Any help would be greatly appreciated!!
>L<?????????/ >L<????????
This works for names with the above number of characters. Is there an easy way of doing this for names of varying length? I've thought about trapping keys, but I am hoping there is an easier way. Any help would be greatly appreciated!!