I am trying to export a query to a fixed length text file. I setup the specs for the fields and tested the export fine. However, when I made some adjustments to the formating it fails. So I went throught and format field by field testing the export each time and this is a problem I found.
I have a date field formated 11/01/2003. My export spec is 8 characters and dates are put in ymd order with no delimiter. Problem is it exports as 2003111, dropping the 0 in the day field. I need all 8 characters. So I formated the field with Format(datefield,"yyyymmdd") and it looks good. However, the export says my table field is too small to hold the newly formated date. The date has 8 characters and the export specs has 8 characters.
Anyone else have a problem like this?
I have a date field formated 11/01/2003. My export spec is 8 characters and dates are put in ymd order with no delimiter. Problem is it exports as 2003111, dropping the 0 in the day field. I need all 8 characters. So I formated the field with Format(datefield,"yyyymmdd") and it looks good. However, the export says my table field is too small to hold the newly formated date. The date has 8 characters and the export specs has 8 characters.
Anyone else have a problem like this?