Auto capitalise doesn't work

R

Rajtomar

I need to capitalse all alphabets entered by user so i've set the
format as <. This works fine with the boxes of only text data. but one
of text box data is a alphanumeric data where this setting doesn't
work. any guess why and how it can be made to work.
 
A

Allan Murphy

Rajtomar

Use the UCASE function. This will convert all non numeric fields to
Uppercase

Allan
 
Top