Hi,
What method do you use to send the email?
If you use DoCmd.SendObject, there is an option (in the argument list) named EditMessage that you will need to set to false, this way, the message will not show on screen and be automatically sent.
If you use the Outlook object, it is not as...