Is it possible to have a report saved as a word file ? (from a vba button)
From looking at the DoCmd.TransferText command, it should be possible to output a Rich text file. but the syntax is slightly confusing, and seems to suggest that you can only transer a query, rather than a report.