D
Dwight
How can I force the first letter entered in a textbox to be upper case and
all subsequent letters be lower case?
The textbox is for the 3 character month.
I need the data to be stored in upper/lower case.
I have used the following code on the key press event for other entries.
KeyAscii = Asc(UCase(Chr(KeyAscii)))
Is there something that can be added to above to make this happen?
Thanks in advance!
Dwight
all subsequent letters be lower case?
The textbox is for the 3 character month.
I need the data to be stored in upper/lower case.
I have used the following code on the key press event for other entries.
KeyAscii = Asc(UCase(Chr(KeyAscii)))
Is there something that can be added to above to make this happen?
Thanks in advance!
Dwight