I'm having another problem today too..
I now need to make my email open with Lotus Notes rather than outlook. Here is the code:
DoCmd.SendObject acSendReport, "Rpt_FPM report", acFormatRTF, ASMEmail.Value, , , "FPM Report", "Please find FPM reports attached", -1
I have set my default email to be Lotus Notes via internet explorer options. So when this code runs it confirms Lotus Notes will be used but when I press enter I get the following messages 3 times:
Notes init failure
Notes error status code 1a5
I suspected it wouldn't be that easy but wondered if anyone had any ideas? Please help !
I now need to make my email open with Lotus Notes rather than outlook. Here is the code:
DoCmd.SendObject acSendReport, "Rpt_FPM report", acFormatRTF, ASMEmail.Value, , , "FPM Report", "Please find FPM reports attached", -1
I have set my default email to be Lotus Notes via internet explorer options. So when this code runs it confirms Lotus Notes will be used but when I press enter I get the following messages 3 times:
Notes init failure
Notes error status code 1a5
I suspected it wouldn't be that easy but wondered if anyone had any ideas? Please help !