Share via

Access 2010 Error code 2293

Anonymous
2010-08-23T23:21:46+00:00

I am on Windows 7 and using Office 2010.  My e-mail program is Thunderbird 3.  When I attempt, via a macro, to "emaildatabaseobject" I receive a message stating the email was not sent.  Clicking "ok" results in a message box showing the location the macro failed and an error code, 2293.  If I run the same macro with the option to edit the message set to "Yes", the message and attachement pops up, I click send and the macro continues as it should.  Changing the option to edit message to "No" casues it to fail.  I am trying to send a .snp report, although the same thing happens with a pdf.  I think it is security related, perhaps somehow related with Outlook, although I do not use that program for email.  Thanks.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-08-31T22:50:26+00:00

I just found out, by consulting Microsoft,  that the problem is related to the version of Windows Live Mail (WLM).  I was running with WLM Version 14, but I just downloaded and installed the Beta of Version 15.  That solved the problem.  You can download the beta from http://explore.live.com/windows-live-essentials-beta.

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2010-08-25T00:04:51+00:00

    I am having the same problem with the VBA DoCmd.SendObject in Access 2010 running on Windows 7 (64-bit).  I am using Windows Live Mail as my email program.  I am running the database from a trusted location.  (The same database and code works fine in Access 2007 on Windows Vista.)  I set the edit message operand to "true" in the SendObject command.  Nothing worked!  I'm still getting error 2292.  Can anyone help me?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2010-08-24T03:00:55+00:00

    Make sure that you either have Macros security turned off and/or that your

    database is in a Trusted Location.

    Try using SendObject in VBA code.

    --

    Arvin Meyer, MCP, MVP

    http://www.datastrat.com

    http://www.accessmvp.com

    http://www.mvps.org/access

    Co-author: "Access Solutions", published by Wiley

    "adams171" <=?utf-8?B?YWRhbXMxNzE=?=> wrote in message

    news:9936cda4-18fc-431e-a451-c677caf825db...

    >I am on Windows 7 and using Office 2010. My e-mail program is Thunderbird

    >3. When I attempt, via a macro, to "emaildatabaseobject" I receive a

    >message stating the email was not sent. Clicking "ok" results in a message

    >box showing the location the macro failed and an error code, 2293. If I

    >run the same macro with the option to edit the message set to "Yes", the

    >message and attachement pops up, I click send and the macro continues as it

    >should. Changing the option to edit message to "No" casues it to fail. I

    >am trying to send a .snp report, although the same thing happens with a

    >pdf. I think it is security related, perhaps somehow related with Outlook,

    >although I do not use that program for email. Thanks.


    Arvin Meyer MCP, MVP MS-Access http://www.datastrat.com http://www.accessmvp.com http://www.mvps.org/access Co-author: "Access Solutions", published by Wiley

    Was this answer helpful?

    0 comments No comments