S
Scott
The below code ran fine under Access 2000 and XP. Since upgrading to Office
2003, it will send the Access report to Outlook 2003 Outbox, but will not
automatically send. I have to open it from the Outbox and click SEND.
Does anyone know about any Access/Outlook bugs that maybe causing this
behavior? I really want to convert my company over to the new 2003 edition,
but have to get over this problem.
response = InputBox("Enter e-mail address of recipient:", "E-mail
report")
DoCmd.SendObject acSendReport, , acFormatRTF, response
2003, it will send the Access report to Outlook 2003 Outbox, but will not
automatically send. I have to open it from the Outbox and click SEND.
Does anyone know about any Access/Outlook bugs that maybe causing this
behavior? I really want to convert my company over to the new 2003 edition,
but have to get over this problem.
response = InputBox("Enter e-mail address of recipient:", "E-mail
report")
DoCmd.SendObject acSendReport, , acFormatRTF, response