text box data position is one char off.

I

Ian Elliott

Thanks for any help.
I have a text box on my form, and the data position is one character off of
the text boxes above and below it. Like this:

SURPLUS: 5,500
U-LIFE: 4,300
BOLI: 6,000
So U-LIFE's 4,300 is one char. to the left when compared with above and
below. Not a big problem, but I want this to look good. Each text box
property has a text align of general. And each text box is the same width of
1". This might be a tricky one, but if anyone has any ideas, I would
appreciate them.
 
P

Pat Hartman

Use the alignment tools in the menu to make sure that the controls themselves
are alligned on the right and are the same width
 
Top