S
Steve S
code has worked for years in AC2000. Migrated to AC2007 and get the message
"Microsoft Office Access can't send this e-mail message". What am I
missing??. Code is:
DoCmd.SendObject acSendReport, strReport, acFormatRTF,
Forms(strForm).Email, , , _
"Confirmation of entry in Baton Twirling Contest", _
Forms(strForm).FullName _
& vbCrLf & vbCrLf & "Thank you for your entry in " & strLinkName & "." _
& vbCrLf & vbCrLf & "If the attached report is not correct please
notify us immediately." _
& vbCrLf & vbCrLf & "Refunds will be returned to you the day of the
contest." _
& vbCrLf & vbCrLf & "Registration for the contest is not complete if a
Balance Due is owed. " _
& "Timely payment of any Balance Due is appreciated." & vbCrLf & vbCrLf
& strMessage1, blnNote
"Microsoft Office Access can't send this e-mail message". What am I
missing??. Code is:
DoCmd.SendObject acSendReport, strReport, acFormatRTF,
Forms(strForm).Email, , , _
"Confirmation of entry in Baton Twirling Contest", _
Forms(strForm).FullName _
& vbCrLf & vbCrLf & "Thank you for your entry in " & strLinkName & "." _
& vbCrLf & vbCrLf & "If the attached report is not correct please
notify us immediately." _
& vbCrLf & vbCrLf & "Refunds will be returned to you the day of the
contest." _
& vbCrLf & vbCrLf & "Registration for the contest is not complete if a
Balance Due is owed. " _
& "Timely payment of any Balance Due is appreciated." & vbCrLf & vbCrLf
& strMessage1, blnNote