Character spacing

B

Beatrix

Hi All!

Is there a possibility to change the char spacing and do other text
formatting in a Report?
I need to set a value as: 1235 to something like 1 2 3 5

Thank you!
 
A

Al Camp

Beatrix,
Assuming 1235 is a number field, a Format of...
# # # # # # # #
would dsiplay 1235 as 1 2 3 5.
Make the length of the Fromat long enough to hold your largest number.
 
Top