I am exporting a query in a external fixed width text file. One of the fields is a 4 digit numeric. How do I get leading zeros included so the number is right aligned. How do I setup the property for this numeric in the table.<br>Not <br>123<br>2<br>23<br>but<br>0123<br>0002<br>0023<br>Thanks for your help, again.