J
Joe
I have a field called "ID". It is a KEY field and
AUTONUMBERED. I need to FORMAT the ID field so that the
numbers are padded with zeros to make it a nine digit
number (e.g. 1 would be 000000001).
I used the FORMAT field in table design to input the 9
zeros. The resulting display of the data correctly
reflects the numbers as 000000001, 000000002, etc.
A problem occurs when I try to EXPORT the file to a
DELIMITED TEXT file. The resulting record output is not
the expected 000000001, but (SPACES) 1
How can I define the field so that it exports the field
correctly reflecting the 000000001.
Any advice would be appreciated!
AUTONUMBERED. I need to FORMAT the ID field so that the
numbers are padded with zeros to make it a nine digit
number (e.g. 1 would be 000000001).
I used the FORMAT field in table design to input the 9
zeros. The resulting display of the data correctly
reflects the numbers as 000000001, 000000002, etc.
A problem occurs when I try to EXPORT the file to a
DELIMITED TEXT file. The resulting record output is not
the expected 000000001, but (SPACES) 1
How can I define the field so that it exports the field
correctly reflecting the 000000001.
Any advice would be appreciated!