ok, i am building an access data base at work, the field is required to be long integer. I need to then export the data to a non delimited text file. I have all the specs as to what the column width needs to be, but a field size needs to be something like 12, but only requires entering a 4 digit number. Therefore they want it to export as: 000000001234. How do I make a long integer filed have leading xeros like this???????