ACCESS 2007 - Automatically Send and Email Using Outlook Upon a Specific Event
问题 I am trying to create an App in Microsoft Access 2007. How can I silently send an email out using Outlook 2007 upon a specific event without any user interaction. How should I approach this. If you can provide some VBA some it would be extremely nice, but if not, could you guide me in how to accomplish this? 回答1: I was able to solve my problem with the following code: Public Sub SendEmail() Email_Bcc = "email@domain.com" Email_Body = "Email body!!!!" Email_Subject = "Email Subject" On Error