Arthur Fuller
fuller.artful at gmail.com
Thu Oct 27 07:01:21 CDT 2011
That looks like a cleaner solution than my clumsy external method. A. On Thu, Oct 27, 2011 at 7:56 AM, Paul Hartland <paul.hartland at googlemail.com > wrote: > Could you not write a function to export the file line by line, put the > file > into a recordset, open a text file for exporting to and loop through the > recordset and print each line into the file using something like > > Print #FileNumber, YourRecordset.GetString(, , vbTab, vbCrLf, ""); > > Has worked for me in the past. > >