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.
 
T

Tim

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
F Add a category before "Send an Email When You Add an Appointment to Your Calendar" Outlook VBA and Custom Forms 0
T Problem when requesting to view an email in a browser Using Outlook 0
J Outlook 365 Forward Email Subject to my inbox when new email arrive in shared inbox Using Outlook 0
HarvMan Archive Email Manually Using Outlook 0
L Fetch, edit and forward an email with VBA outlook Outlook VBA and Custom Forms 2
S New Email "From" box stopped working Using Outlook 0
Rupert Dragwater Duplicate email in Folder Using Outlook 7
M "Attachment Detacher for Outlook" add in, does it update the server copy of the email? Using Outlook 1
W Outlook 365 I am getting the "Either there is no default mail client" error when I try to send an email on excel Office 365 Using Outlook 1
MattC Changing the font of an email with VBA Outlook VBA and Custom Forms 0
L Specific Incoming Email Address Immediately Deleted Using Outlook 2
Witzker Outlook 2019 Macro to send an Email Template from User Defined Contact Form Outlook VBA and Custom Forms 0
Witzker Outlook 2019 Edit contact from email does not open the user defined contactform Using Outlook 3
V Macro to mark email with a Category Outlook VBA and Custom Forms 4
R Roadrunner Email Settings | Contact Roadrunner Customer Support Outlook VBA and Custom Forms 1
D Gmail mail is being delivered to a different email inbox in Outlook App 2021 Using Outlook 2
Albert McCann Outlook 2021 Outlook Display of HTML Email from two senders is glitchy Using Outlook 0
A How Do I Setup My Optonline.Net Email Account? Outlook VBA and Custom Forms 1
H Preventing the 'email address fetch from Exchange' crashing email reading code Exchange Server Administration 0
D multiple email accounts - why do I have to choose the "from" account address?? Using Outlook 2
Wotme create email only data file Using Outlook 1
F Outlook 2016 Email with attachments not being received Using Outlook 3
J Outlook 2019 Regex email addresses from body Outlook VBA and Custom Forms 6
D Prompt to prefix subject line whenever sending an email Outlook VBA and Custom Forms 3
J Quick steps delete original email and move reply/sent email to folder Using Outlook 2
C Wishlist Extract or scan new email addresses from out of office replies. Leads from OOO replies Using Outlook 1
T External email warning banner Outlook VBA and Custom Forms 0
A Links in email getting error message about group policy Using Outlook 4
richardwing Auto forward email that is moves into a specific outlook folder Outlook VBA and Custom Forms 5
J Recommendations for Outlook Duplicate Email Remover Using Outlook 6
Geldner Tweak Junk Email Reporting tool to default to particular email on send? Using Outlook 3

Similar threads

Top