This point can't be emphasized enough. A Zip Code is NOT a number. It is a
string containing a sequence of numeric characters. Some Zip Codes include
hyphens, as in:
12345-0123
Some Zip Codes Begin with '0'. If you treat them like numbers, you will
corrupt the data.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
"Steve C. Orr [MVP, MCSD]" <> wrote in message
news:...
> Make sure you're storing the zip code in a text field of one kind or
another
> (char or varchar for example) not a numeric field.
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://Steve.Orr.net
>
>
> "DaveF" <> wrote in message
> news:...
> > How to I get the db in sql to keep the leading 0's from the import?
> >
> > --
> >
> >
> > David
> >
> >
>
>