Right Align Numbers
pinbot
Texas
I have a text box with several numeric fields in it, like this:
Management Company Changes:
XXX in the last 30 days
XXX in the last 60 days
XXX in the last 90 days
Manager Changes:
XXX in the last 30 days
XXX in the last 60 days
XXX in the last 90 days
How can I format the numbers so that they are right aligned? I don't really want to have 10 text boxes, just format the numbers so they will be in this format "##,##0" but right aligned.
Thanks
Management Company Changes:
XXX in the last 30 days
XXX in the last 60 days
XXX in the last 90 days
Manager Changes:
XXX in the last 30 days
XXX in the last 60 days
XXX in the last 90 days
How can I format the numbers so that they are right aligned? I don't really want to have 10 text boxes, just format the numbers so they will be in this format "##,##0" but right aligned.
Thanks
Comments
Took care of it.
I just put it all in a table and it looks just like I want it.