I am trying to export a query to a fixed width file. I also tried csv with the same results.
The problem is the first field is 000015452. When exporting it drops the leading zeros. I have tried Format([myfield],”000000000″), I tried converting the field to a text field, among other things. When viewing the query the zeros are there. But when viewing the text file, the zeros have been dropped.
What am I overlooking?
Thanks in advance for any ideas and help.
Ken