Access 2003 Outlook 2007 SendObject Fails

T

tsalciccia

I am getting a failure when a script runs a docmd.sendobject on a machine
with Outlook 2007 and Access 2003. The script works fine when using Outlook
2003 and Access 2003. I am sending text, not a database object. I am pulling
the value of variables from a form and generating an e-mail message from it.

The SendObject statement is:

DoCmd.SendObject , , , vNetSprtRqstBy, vNetSprtRqstFor & EMLSep &
"NetSupport" & EMLSep & vNetSprtRqstAlsoNtfy, , "NetSupport Rqst: " & vSprtID
& " [" & vNetSprtStatus & "] " & vSprtSubject, strMessage, True

Is there a different method I should use then "SendObject"?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top