Use your pdf converter to make your pdf files easy! You can now buy software that makes converting pdf to doc possible! Did you know you can even convert pdf to word? Home Page Bloglines 1906 CelebrateStadium 2006 OfficeZealot Scobleizer TechRepublic AskWoody SpyJournal Computers Software Microsoft Windows Excel FrontPage PowerPoint Outlook Word Host your Web site with PureHost! |
Monday, May 07, 2018 – Permalink – Canada/US Postal CodesAutomatic Input masksIf you have a mix of Canadian and US postal codes, you might play with the following code inserted as a Country control "After Update" Event property.
As a rule, if you won't be performing numeric calculations on the data, entries should be stored as text. Social Security numbers, Phone numbers and postal codes should be stored as text. You can use alphabetic characters in an input mask. For example, one of the sample input masks is >L0L\ 0L0 used to represent a Canadian postal code. The ">" character in the input mask converts all the characters that follow to uppercase. The "L" character requires an alpha entry; the "0" (zero) requires a numeric entry. A "\"character causes the following character to be displayed as a literal character rather than a mask character. A space appears between the three character pairs. For example, V5P 2G1 is one valid postal code that the user could enter. The mask would prevent the user from entering two sequential alphabetic characters or numbers. See: You can manipulate postal codes in Access by changing the data type, input mask, or format of a postal code field. Microsoft KB 207829: ZIP Codes in Microsoft Access. Also see: Postal Codes See all Topics access <Doug Klippert@ 3:20 AM
Comments:
Post a Comment
|