blindlemonray
Technical User
Hi All,
I am trying to send emails via Access but when i run my code the email opens puts in all the correct details, attaches the report but stops short of actually sending the email. I still have to click send. My code is :-
I have tried adding:-
outlook.mailitem.send
mail.send
Can anyone point me in the right direction
I am trying to send emails via Access but when i run my code the email opens puts in all the correct details, attaches the report but stops short of actually sending the email. I still have to click send. My code is :-
Code:
DoCmd.SendObject acSendReport, "User", acFormatSNP, "user@test.co.uk", , , "ReportName", "Please find attached your Report.", , True
I have tried adding:-
outlook.mailitem.send
mail.send
Can anyone point me in the right direction