S
SueK
The following VBA line worked fine for a year (when
exporting from access xp) until Office 2002 updates were
installed this week.
DoCmd.OutputTo acOutputReport, stDocName,
acFormatTXT, "C:\myfile.s01"
After updates, the output record stops around cc168-178,
which is the middle of an address field, 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?
Thank you for taking the time to read this.
sue k
..
exporting from access xp) until Office 2002 updates were
installed this week.
DoCmd.OutputTo acOutputReport, stDocName,
acFormatTXT, "C:\myfile.s01"
After updates, the output record stops around cc168-178,
which is the middle of an address field, 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?
Thank you for taking the time to read this.
sue k
..