OutputTo TXT file not same as Export - Fix?

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.
 
D

Dirk Goldgar

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top