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"?
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"?