changing an field to Upper Case in custom Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
You can use this formula on the Value tab of the control for that field:

UCase([Claim No])
 
Back
Top