I have a similar problem with zip codes, i try to add zeroes in front of a field that had been removes after importing the data. what syntax do i use in a query for that...
ex:
original data = 08801
actual field [zip] = 8801
desired field [zip] = 08801
- some records have been truncated into 3 digits due to the nature of the zip code, how can i check/differentiate the [zip] field from 3,4,or 5 digits zip codes. I think i should use the LEN() function but i dont know how to embed that into a if/conditional statement...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.