J
JohnE
Have a situation that requires any one who types a revision into a field to
make any and all letters lowercase. I am putting KeyAscii =
ASC(LCase(Chr(KeyAscii)))
in the field but needed to verify this is correct plus which event would be
the best to put it in?
Thanks.
John
make any and all letters lowercase. I am putting KeyAscii =
ASC(LCase(Chr(KeyAscii)))
in the field but needed to verify this is correct plus which event would be
the best to put it in?
Thanks.
John