A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Postal code field



 
 
Thread Tools Display Modes
  #1  
Old January 14th, 2010, 05:55 PM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Postal code field

Stu

If you are truly referring to postal codes, note the word "code". These are
not "numbers", even though, in the US, they look like numbers. If your
underlying table defines that field as a number, you can only use formatting
to DISPLAY the leading zero, because "00001" and "1" are the same number.

If you need to STORE the leading "0", and if you might ever have a postal
code from a country other than the US, change the data type to "text".

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"Stu Meyer" wrote in message
...
I need to add a beginning "0" in the postal code field-how do you do that??

TIA

--
http:/www.abcdaycarecenter.com
732-920-7410
Fax 732-920-6562



  #2  
Old January 14th, 2010, 08:00 PM posted to microsoft.public.access.forms
Dorian
external usenet poster
 
Posts: 542
Default Postal code field

MyPostalCode = "0" & CStr(MyPostalCode)
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".


"Stu Meyer" wrote:

I need to add a beginning "0" in the postal code field-how do you do that??

TIA

--
http:/www.abcdaycarecenter.com
732-920-7410
Fax 732-920-6562

  #3  
Old January 14th, 2010, 08:46 PM posted to microsoft.public.access.forms
Stu Meyer
external usenet poster
 
Posts: 1
Default Postal code field

I need to add a beginning "0" in the postal code field-how do you do that??

TIA

--
http:/www.abcdaycarecenter.com
732-920-7410
Fax 732-920-6562
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:54 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.