R
Rog
I have a field that increments by 10 for each record.
The problem I'm having is that the field needs to be 4
digits long.
So it would need to display 0010, 0020, 0100, 1000, etc.
I have the field formatted to number.
How do I hold on to the leading zeros, so it doesn't crop
0010 to 10?
Thanks.
The problem I'm having is that the field needs to be 4
digits long.
So it would need to display 0010, 0020, 0100, 1000, etc.
I have the field formatted to number.
How do I hold on to the leading zeros, so it doesn't crop
0010 to 10?
Thanks.