J
JRSNHECI
Hi! I'm trying to format a zip code so that it appears in the report as
12345-6789 if there are 9 digits in the underlying table of as 12345 if the
table only contains the 5 digit zip code. Right now I'm using the following
code which is omitting the dash:[City] & ", " & [State] & " " & Format([Zip
Code],"00000")
Can you help? Thanks.
12345-6789 if there are 9 digits in the underlying table of as 12345 if the
table only contains the 5 digit zip code. Right now I'm using the following
code which is omitting the dash:[City] & ", " & [State] & " " & Format([Zip
Code],"00000")
Can you help? Thanks.