email Access report pop up network error

Status
Not open for further replies.
T

Tim

I write the following code.

DoCmd.SendObject acSendReport, strDocName, acFormatPDF,

"john.doe@my.com", , , "School: " & glbStudId & ""

When Outlook pops up and I click on the Send button, it pops up error

message, "The operation failed because of network or other communication

problems. Verify your connections and try again." And then the program shut

down automatically and doing a backup??? Please help me to identify the

problem. Thanks.
 
Well, I don't know but maybe the problem is because of

1. The security software (encryption) in my machine that prevents it from

sending email to outside the program?

2. Maybe the configuration of Outlook?

For the first one, I can send excel files as attachments using

DoCmd.SendObject without any problem! If the second one is the case, how

should I do with the configuration of Outlook? Thanks in advance for your

help.

"Tim" wrote:


> I write the following code.
> DoCmd.SendObject acSendReport, strDocName, acFormatPDF,
> "john.doe@my.com", , , "School: " & glbStudId & ""

> When Outlook pops up and I click on the Send button, it pops up error
> message, "The operation failed because of network or other communication
> problems. Verify your connections and try again." And then the program shut
> down automatically and doing a backup??? Please help me to identify the
> problem. Thanks.
>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
D Disable or hide "reply" and "reply to all" and "forward" in email from access vba Outlook VBA and Custom Forms 1
J Open an outlook email by Subject on MS Access linked table with VBA Outlook VBA and Custom Forms 10
R Categorize Button in Quick Access Toolbar Disappears on New Email Using Outlook 1
F Outlook 2016 bulk email from access Outlook VBA and Custom Forms 3
B Can't expose sender email address when linking outlook to access Using Outlook 3
Norbert VBA Flag that would indicate the email was sent from Outlook to Access. Outlook VBA and Custom Forms 2
Hudas Hyperlink Saved Outlook Email to MS Access Table Using Outlook 4
G Applying rules to email generated from MS Access by VBA Using Outlook 6
M Access replicated Outlook (email folders, calendar, contacts, notes) via web Using Outlook 1
O Can't create new email or access email acounts Outlook 2003 Using Outlook 1
T Why can't I send email from Access? Outlook VBA and Custom Forms 1
S Sending Email from Access 2007 through Outlook 2007 using template Outlook VBA and Custom Forms 13
P View EMail from MS Access Database Outlook VBA and Custom Forms 2
R Export email from Outlook into Access... Outlook VBA and Custom Forms 3
S Sending automatic email from Access using Outlook Outlook VBA and Custom Forms 1
R Using SendObject in Access to send an email Outlook VBA and Custom Forms 3
B Create email from Access on Outlook and make sure that email has b Outlook VBA and Custom Forms 1
M Create email from Access on Outlook and make sure that email has beensent using WithEvents method Outlook VBA and Custom Forms 3
B Send email to outlook web access from word Outlook VBA and Custom Forms 1
P Email address auto-completes work fine on laptop, but no longer on desktop Using Outlook 2
S Create Outlook Task from Template and append Body with Email Body Outlook VBA and Custom Forms 4
H Copying email address(es) in body of email and pasting in To field Outlook VBA and Custom Forms 1
A Search folder and move the email Outlook VBA and Custom Forms 0
P VBA to add email address to Outlook 365 rule Outlook VBA and Custom Forms 0
farrissf Outlook 2016 Optimizing Email Searches in Outlook 2016: Seeking Insights on Quick Search vs Advanced Search Features Using Outlook 0
D Delete selected text in outgoing email body Outlook VBA and Custom Forms 0
F Graphics in email / Mac recipient garbled Using Outlook 0
D Outlook VBA forward the selected email to the original sender’s email ID (including the email used in TO, CC Field) from the email chain Outlook VBA and Custom Forms 2
Witzker Outlook 2019 Macro to seach in all contact Folders for marked Email Adress Outlook VBA and Custom Forms 1
E Outlook 365 Save Selected Email Message as .msg File - oMail.Delete not working when SEARCH Outlook VBA and Custom Forms 0
S Email Macros to go to a SHARED Outlook mailbox Draft folder...NOT my personal Outlook Draft folder Using Outlook 2
R Outlook 365 VBA AUTO SEND WITH DELAY FOR EACH EMAIL Outlook VBA and Custom Forms 0
G Print email attachments when hit subfolder Outlook VBA and Custom Forms 1
C Spam Email? Using Outlook 2
G Automatically delete email when a condition is met Outlook VBA and Custom Forms 1
E Save Selected Email Message as .msg File - digitally sign email doesn't works Outlook VBA and Custom Forms 1
S Email was migrated from GoDaddy to Microsoft exchange. We lost IMAP ability Exchange Server Administration 1
R Outlook 365 How to integrate a third-party app with Outlook to track email and sms? Using Outlook 2
S Paperclip icon shows without attachment in email under Sent folder Using Outlook 0
B Outlook 2019 Automatically move email after assigning category Using Outlook 4
Rupert Dragwater How to permanently remove an email address Using Outlook 9
K vba code to auto download email into a specific folder in local hard disk as and when any new email arrives in Inbox/subfolder Outlook VBA and Custom Forms 0
F Auto changing email subject line in bulk Using Outlook 2
F Want to add second email to Outlook for business use Using Outlook 4
kburrows Outlook Email Body Text Disappears/Overlaps, Folders Switch Around when You Hover, Excel Opens Randomly and Runs in the Background - Profile Corrupt? Using Outlook 0
J Outlook 365 Outlook Macro to Sort emails by column "Received" to view the latest email received Outlook VBA and Custom Forms 0
A Outlook 2019 Help with forwarding email without mentioning the previous email sender. Outlook VBA and Custom Forms 0
J Macro to send email as alias Outlook VBA and Custom Forms 0
M Shift Delete doesn't delete email from server Using Outlook 3
K Incorporate selection from combobox into body of email Outlook VBA and Custom Forms 0

Similar threads

Back
Top