A
Andy
Hi;
Need help formating Zip Codes.
Tried these answers:
Format([txtZip],"00000-0000")
And
Format([txtZip],"#####-####")
Worked great when the Zip contained 9 digits: 12345-6789
Not correct when 5 digits:
Returns 12345-0000 or 12345-####
Anyone over come this?
Andy
Need help formating Zip Codes.
Tried these answers:
Format([txtZip],"00000-0000")
And
Format([txtZip],"#####-####")
Worked great when the Zip contained 9 digits: 12345-6789
Not correct when 5 digits:
Returns 12345-0000 or 12345-####
Anyone over come this?
Andy