I have a field called hours which is numeric (009999.0). When I create a text file, the zeros are removed and the field is left justified. How do I keep the zeros in the text file?
If you create your text file from a query, you can use the CStr() function by making it an expression. Instead of pulling MyNumericField down to the grid in Query Design view, put NameAsIWantItToAppearInTheReport: Cstr([MyNumericField]) in the Field row.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.