I have a field with a input mask of >AA99999. I calc a field above it in just to get the first two chars of the format so the user does not have to retype.

But as you can see by the highlight it keeps adding 5 blanks at the end where the numbers should be. This means the user has to now click in there, hit delete 5 times, then put in a number.
I was just doing a calc of the field above at first. I also tried adding substr() so that just those first 2 letters go in there - but it is still adding the 5 blanks no matter what I try.
Any way to get rid of these blanks so they can just type the 5 numbers? They do this 50 times a form so it really slows them down.
thanks for any ideas