I'm trying to send an email from Access using the code below, but when it's executed, the Internet Connection Wizard comes up. Outlook is our current email client, do you know why this would happen?
DoCmd.SendObject acSendNoObject, , , ToReceiver, , , "Test", "TestData", , False
DoCmd.SendObject acSendNoObject, , , ToReceiver, , , "Test", "TestData", , False