hi all
I have a form that i have a command button on to send a report thru email. The following code is outputting the email in RTF format, and all is good, except the Report it sends is an exact copy of the one report 5500 times. IE it keeps on repeating the report over and over again until it makes a 9 meg rtf file as an attachment.
any ideas?
thanks
Raven
I have a form that i have a command button on to send a report thru email. The following code is outputting the email in RTF format, and all is good, except the Report it sends is an exact copy of the one report 5500 times. IE it keeps on repeating the report over and over again until it makes a 9 meg rtf file as an attachment.
Code:
DoCmd.SendObject acReport, "rptemailcustomer", acFormatRTF, email, , , emsubject, emailmemo
any ideas?
thanks
Raven