Hi sll.
I am using this code to send email, and I need to force the user intervention. I want to open outlook and show the email, and the user should click on the send button, or cancel the email.
I already tryed DoCmd.SendObject , , acFormatTXT, varTo, , , stSubject, stText, -1 but it does...