I had implemented the code bob had posted to imbed a report into the body of an email.
Unfortunately, I found that command
DoCmd.OutputTo acReport, "Email", acFormatTXT, strPath
appears to truncate memo fields at some random point.
To get around this, I've made the following tweaks...