Before, when the button was used, the report would open then automatically be sent to certain persons. However, now a message box appears which tells the user that Outlook is attempting to send an attachment, do you want to allow Yes / No. Then opens an email that allows the user to edit the e-mail.
How do I bypass this? The code currently being used is:
DoCmd.SendObject acSendReport, "Individual", "SnapshotFormat(*.snp)", "John Doe", "Jane Doe", , "Manpower Summary Detail", , False
I have heard that it is something in Outlook, but the outlook forum I visited said the bypass had to be written in the code. Therefore, I am extremely confused... ????
How do I bypass this? The code currently being used is:
DoCmd.SendObject acSendReport, "Individual", "SnapshotFormat(*.snp)", "John Doe", "Jane Doe", , "Manpower Summary Detail", , False
I have heard that it is something in Outlook, but the outlook forum I visited said the bypass had to be written in the code. Therefore, I am extremely confused... ????