Exporting to Text in Append Mode

M

marty

You cannot append using the TransferText Method. You
will have to use OpenAsTextStream method. I use this
method and it works great. Even files that have in
excess of a thousand records export very quickly. For
more information on OpenAsTextStream see Access help.

Marty
 
Top