email Access report pop up network error

  • Thread starter Thread starter Tim
  • Start date Start date
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
L Hide Selected Email Address from Address Book Using Outlook 5
Y QQ on Scheduled Delivery of an Email Using Outlook 0
T Replace Text in Email Subject Outlook VBA and Custom Forms 3
Rupert Dragwater Cannot reestablish gmail (email address) account in Outlook 365 Using Outlook 11
M Outlook 365 adding standard message in body of template email Outlook VBA and Custom Forms 3
E Create Rule to Forward Email if Subject Begins With Using Outlook 2
V iCloud For Windows v15.x - Missing Email Features ? Using Outlook 4
M Thunderbird email client - I wonder Using Outlook 1
D Outlook Desktop App Email Software Using Outlook 0
P Email and calendar entry text now shifts right about 3 tabs worth of space Using Outlook 1
J Outlook macro to run before email is being send Outlook VBA and Custom Forms 3
T Outlook 2010 Creating a email 'Group' in OL 2010 Using Outlook 2
D Send email from Outlook Alias using Mac? Using Outlook 0
T How to set Default FONT for Email composing ? Using Outlook 0
H Finding text in open email Outlook VBA and Custom Forms 12
T Why do Outlook Desktop 2021 tasks from my wife's email show up in my task pane? Using Outlook 2
A Opening a link from an email automatically Outlook VBA and Custom Forms 0
D Outlook 2021 New email reminder Using Outlook.com accounts in Outlook 1
Rupert Dragwater How do I remove an email ending with @gmail.com Using Outlook 4
M A plug in (or method) to keep email message formatting after it expires Using Outlook 1
L VBA to Triage Incoming Email Outlook VBA and Custom Forms 0
R Legacy Outlook on Mac Email Cache Using Outlook 0
P Email address auto-completes work fine on laptop, but no longer on desktop Using Outlook 3
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

Similar threads

Back
Top