Creating an ASCII file from a query in code

J

John

If anyone would have any code help on how to create an
ASCII file from a query in Access (or a table), I would
greatly appreciate it.

Thanks,
John
 
K

Ken Snell

You mean a text file?

Use DoCmd.TransferText method to create a text file from a table or query.
See Help for more details...post back if you have questions.
 

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