Hello DrDamnit,
You are almost always better off exporting the query or table underlying your report, as report exports sometimes
end up in...strange...layouts.
If your report is based on a table or query, you can simply rightclick the database object and pick Export from the
popup.
In VBA, you would use DoCmd.TransferText.
Regards,
Patrick