Removing thousands separator on integer field
I want to use an integer field to store and display a 5-digit number which is a telephone extension.It gets displayed on forms with a thousands separator - extension 55123 becomes "55,123".How/where can I set the diplay of this field to not use a tho...