changing an field to Upper Case in custom Form

P

peg

I am trying to write a code on one of my fields on my custom form that
whatever I type it will turn into Upper case, but my code doesn't work. The
name of my field is " Claim No". Can some one help please?
thank you
Peg
 
S

Sue Mosher [MVP-Outlook]

You can use this formula on the Value tab of the control for that field:

UCase([Claim No])
 
Top