Hi there,
I want to sent an email if you double click the control. I used the following code, which does the job. But what do I use in this line so that the emailaddress automatically appears in the email-handler To:-field?
Peter
I want to sent an email if you double click the control. I used the following code, which does the job. But what do I use in this line so that the emailaddress automatically appears in the email-handler To:-field?
Peter
Code:
Private Sub EmailAddress_DblClick(Cancel As Integer)
DoCmd.SendObject , , acFormatHTML, , , , "Dammers"
End Sub