S
suek
The following line worked fine for a year (when exporting
from access) until Office2002 updates were installed this
week.
DoCmd.OutputTo acOutputReport, stDocName,
acFormatTXT, "C:\myfile.s01"
After updates the output record stops around cc168-178
instead of the correct end of 253. Our work around is
changing the output format from "acFormatTXT"
to "acFormatRTF" and then using Wordpad to 'Save As' a txt
file (ugh!). Are there any patches for this out there?
thx, sue
from access) until Office2002 updates were installed this
week.
DoCmd.OutputTo acOutputReport, stDocName,
acFormatTXT, "C:\myfile.s01"
After updates the output record stops around cc168-178
instead of the correct end of 253. Our work around is
changing the output format from "acFormatTXT"
to "acFormatRTF" and then using Wordpad to 'Save As' a txt
file (ugh!). Are there any patches for this out there?
thx, sue