breezett93
Technical User
A bunch of forms have the option to email a report via Outlook. I made no changes in Access but basically they all stopped working at the same time. I also made no changes to our Outlook settings. We do not use Exchange. When I have Outlook open, I get a 2293 code. When I have Outlook closed, a new email message is created like normal.
This is an example line of code that triggers the generation of an email
Any ideas whey this now only works when Outlook is closed? Everyone leaves their Outlook open all day; so I'm hoping someone else has maybe encountered this.
Thanks.
This is an example line of code that triggers the generation of an email
Code:
DoCmd.SendObject acSendReport, "POEmailRpt01", acFormatPDF, , , , , , True
Any ideas whey this now only works when Outlook is closed? Everyone leaves their Outlook open all day; so I'm hoping someone else has maybe encountered this.
Thanks.