How to create a default field for zipcode with a zero beginning

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have many people within one town with a zip code beginning with zero. We
can put in the Town, the State abbrviation, but can only create a field to
accept the last 4 digits (non-zeroes) in the field we are using for a zip
code. Any ideas?
 
Numbers simply don't have leading zeros. Change the field from Numeric to
Text.

Unless you are planning on doing math functions (addition, subtraction,
multiplication) with your zipcode field, you won't be losing anything.

HTH,
 
Rural said:
We have many people within one town with a zip code beginning with
zero. We can put in the Town, the State abbrviation, but can only
create a field to accept the last 4 digits (non-zeroes) in the field
we are using for a zip code. Any ideas?

Postal codes are not number, they are characters. Don't use a number
field. Also remember that if you have any international addresses you are
going to need to have letters as well as numbers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top