Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
You can make a text formula field like this
Right("0000" & totext([my numeric zip code field]),5)
that will change a numeric field like
1234
to be 01234
But I do not know what logic would be used to make a zip code shorter. can you give an example of the data you are dealing with and if the field is text or numeric?
Right("0000" & totext([my numeric zip code field]),5)
that will change a numeric field like
1234
to be 01234
But I do not know what logic would be used to make a zip code shorter. can you give an example of the data you are dealing with and if the field is text or numeric?
QuickBaseCoachD
7 years agoQrew Captain
OK, glad my clues helped.