I have a numeric field that I am calling in from an access backend. If the length of the field is less than 6 digits, I want it padded with 0 at the front => as a leading zero/s.
How do I implement it in crystal report?
eg: 2567
I want it displayed as 002567
If I concatenate it as string the number gets converted with , and .00 formats => 002,567.00