B
BLTibbs
I am trying to sendobject to open a blank email to send to the person. I am
double clicking on the email field and am using this code:
Private Sub buyer_email_DblClick(Cancel As Integer)
DoCmd.SendObject , , , Me.buyer_email, , , "Subject Text", , True
End Sub
but it always says operation failed. What could be wrong?
double clicking on the email field and am using this code:
Private Sub buyer_email_DblClick(Cancel As Integer)
DoCmd.SendObject , , , Me.buyer_email, , , "Subject Text", , True
End Sub
but it always says operation failed. What could be wrong?