Question
integer with leading zeros
i have an msAccess db that i need to move over to msSQL2000
and a numeric field of part numbers always has 5 digits: example:
12345, 01234, 00123....
in msAccess the field data type is "number" with a format of "00000" which maintains leading zeros.
problem is that i cannot figure out to create an equivilant numeric field that maintains leading zeros in msSQL2000. would prefer not to use "char"
thanks in advance
in msAccess the field data type is "number" with a format of "00000" which maintains leading zeros.
problem is that i cannot figure out to create an equivilant numeric field that maintains leading zeros in msSQL2000. would prefer not to use "char"
thanks in advance