T
Tlm
Hello All,
I'm importing Contact data from a Excel spreadsheet into an Access table.
No problem there. However, here in Massachusetts our zip codes start with 0
and the spreadsheet omits it. I'm trying to use an Update Query to insert
the leading 0 in the zip code field (text).
I've tried the following, but it only inserts a 0 in all the records:
Expr1: IIf(Left([BusinessPostalCode],1)<>"0",0 &
[BusinessPostalCode],[BusinessPostalCode])
I'm stumped. How do you do this?????
Thanks!!!!!!
Tom
I'm importing Contact data from a Excel spreadsheet into an Access table.
No problem there. However, here in Massachusetts our zip codes start with 0
and the spreadsheet omits it. I'm trying to use an Update Query to insert
the leading 0 in the zip code field (text).
I've tried the following, but it only inserts a 0 in all the records:
Expr1: IIf(Left([BusinessPostalCode],1)<>"0",0 &
[BusinessPostalCode],[BusinessPostalCode])
I'm stumped. How do you do this?????
Thanks!!!!!!
Tom