Invalid Contact Name when using RTF

D

DB

When I try to sending an email with a invalid mailing address, I get the
following message

"Unknown message recipient(s) the message was not sent"

however when I use the RTF format - it causes access to lock up and the only
way I can get out is by doing a ctrl-alt-del. If I use any other format than
RTF it works fine, however I need the RTF format. How can I stop access from
locking up - the code I am using is -

DoCmd.SendObject acReport, strReportName, "RichTextFormat (*.rtf)",
strEmailTo, "", "", strSubject, "", False, ""
 
Top