In my program, i had set that report to be output as an attachment in the email.
But recently, one of the user find that it output by using Microsoft outlook rather than previous one which use outlook express.
How to switch it back to outlook express ?
The program code as below :
DoCmd.SendObjec t acSendReport, "PhoneBillMaste r-tmp-rpt", acFormatRTF, , "leess@abc.com" , , "Telephone Bill Charges - Usage Date : " & txtStartDate & " - " & txtEndDate, , False
Please help.
Thanks.
But recently, one of the user find that it output by using Microsoft outlook rather than previous one which use outlook express.
How to switch it back to outlook express ?
The program code as below :
DoCmd.SendObjec t acSendReport, "PhoneBillMaste r-tmp-rpt", acFormatRTF, , "leess@abc.com" , , "Telephone Bill Charges - Usage Date : " & txtStartDate & " - " & txtEndDate, , False
Please help.
Thanks.
Comment