changing postal code field in access database

  • Thread starter Thread starter beth
  • Start date Start date
B

beth

Need to know how to change the postal code field in
contact management database so that it accepts a canadian
postal code and not an american zip code
 
Look at the following:

1) In the table housing the PostalCodes, check the length of the text
2) In the form where you enter the codes, check the InputMask
 
Need to know how to change the postal code field in
contact management database so that it accepts a canadian
postal code and not an american zip code

Remove the Validation Rule property in the Table Design.

Make sure the type is Text and wide enough to hold the new code.

Remove all InputMask properties on field or controls.

HTH


Tim F
 

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

Similar Threads

Sorting Multiple Fields in Access 3
postal code entry 1
Multiple Input Masks? 1
input mask for canadian postal code 2
Contacts and Canadian Address Display 1
Postal Code 3
Postal Code 11
postal codes 1

Back
Top