More Detailed Scenario:
I preview a report. I am able to export the report to Excel document using
Docmd.OutputTo method.
How can I use TransferText to export the contain from the report to CSV file
format?
TransferText requires that the data be in a table or query. What is the
RecordSource for your report? Is it an unfiltered query or table? or is it a
filtered subset of a table or query?