S
Simon
I have some code that creates an email for me to send
DoCmd.SendObject acSendNoObject, , acFormatTXT, _
strTo, , , strSubject, strBody, True
IT loads up the the email if i decdie not to send the email and close
the email access brings up an VB erros
Run time Erros 2501
The send Object action was canceled
How do i stop this error
DoCmd.SendObject acSendNoObject, , acFormatTXT, _
strTo, , , strSubject, strBody, True
IT loads up the the email if i decdie not to send the email and close
the email access brings up an VB erros
Run time Erros 2501
The send Object action was canceled
How do i stop this error