I would like to know whether it is possible to display a field which contains numbers with leading zeros? For example
001
010
099
100
You can use a text field for that purpose. I don’t think calculations can be made with tis format even in a number field
That’s right. Number fields are designed exclusively for mathematic type purposes, so leading zeros are ignored. You’ll need to use a Text field.
Thank you for the information. And problem solved by using the Format function in a calculation field which refers to an auto-increment number field.
haha.. oh yes, there’s that too! :) Sorry I didn’t think of that. There’s so much you can do in Tap Forms that even I forget about some of the little things :)