I've checked the threads for this one but have not found anything specific.
My report is designed and setup in a landscape format, yet when I send it by email (in rtf format) the attached document is in portrait format and I lose the neatness of the report.
Is there a simple bit of code I need to add to default it to Landscape ? the line at present reads as follows:
DoCmd.SendObject acReport, stDocName, "*.rtf"
Many thanks
MattP
My report is designed and setup in a landscape format, yet when I send it by email (in rtf format) the attached document is in portrait format and I lose the neatness of the report.
Is there a simple bit of code I need to add to default it to Landscape ? the line at present reads as follows:
DoCmd.SendObject acReport, stDocName, "*.rtf"
Many thanks
MattP