Access includes the SendObject method. You can use it to send email:
DoCmd.SendObject acSendNoObject, , , "
[email protected]", , , "MySubject", "MyBody", False
This uses the default email client. In some casese, this can trigger security warnings, specifically on Outlook platforms. If you need more robust capabilities, I'd suggest something like vbMAPI from
www.everythingaccess.com.