OutputTo TXT file not same as Export - Fix?

  • Thread starter Thread starter David Habercom
  • Start date Start date
D

David Habercom

When I OutputTo acFormatTXT from a one-field table, I get this:

----------------------
| Aaron |
----------------------
| Abbey |
----------------------
| Abbie |
----------------------
| Abbott |
----------------------
| Abdelhamid |
----------------------

When I Export to a text file, I get this:

Aaron
Abbey
Abbie
Abbott
Abdelhamid

Can I make OutputTo do the same thing as Export?

Thanks.
 
David Habercom said:
When I OutputTo acFormatTXT from a one-field table, I get this:

----------------------
----------------------

When I Export to a text file, I get this:

Aaron
Abbey
Abbie
Abbott
Abdelhamid

Can I make OutputTo do the same thing as Export?

Thanks.

I don't think so, but why not use TransferText instead?
 
Back
Top