G
Guest
Is there a way to force answers to be uppercase without using an input mask
Thanks As Always
Rip
Thanks As Always
Rip
Is there a way to force answers to be uppercase without using an input mask?
Thanks As Always,
Rip
Shift As Integer)
txtYourControl = UCase (txtYourControl)
End Sub
the fact that your entire entry will be highlighted each time you press the key
after the first character. You might be thinking of the following in the
control's "KeyPress" event procedure:
KeyAscii = Asc(UCase(Chr(KeyAscii)))