W
Wendy
What data format do you use so it will show a zero in front of the number??
028
but then when I do an query..I get an error if I change it to text which
allows for the zero.
strQry2 = "SELECT ID FROM StateZipCodes " & _
"WHERE ZipCode = " & txtZip & " And StateID = " & TempState
like in the Zip...some zips have 0 at the beginning...
Thanks
Wendy
028
but then when I do an query..I get an error if I change it to text which
allows for the zero.
strQry2 = "SELECT ID FROM StateZipCodes " & _
"WHERE ZipCode = " & txtZip & " And StateID = " & TempState
like in the Zip...some zips have 0 at the beginning...
Thanks
Wendy