W
Wim Rippen
I have made Commandbutton and Event Procedure
and upon clicking OLook2003 is popping up with the
desired email address however xxxx@yyyy;nl
so with semicolon NOT THE POINT
like (e-mail address removed)
Code is:
Option Compare Database
Private Sub cmdEmail_Click()
DoCmd.SendObject acSendNoObject, , , Me.Email
End Sub
What is wrong???
I work with Access2003 and Win XP
Thanks for any help!
William
and upon clicking OLook2003 is popping up with the
desired email address however xxxx@yyyy;nl
so with semicolon NOT THE POINT
like (e-mail address removed)
Code is:
Option Compare Database
Private Sub cmdEmail_Click()
DoCmd.SendObject acSendNoObject, , , Me.Email
End Sub
What is wrong???
I work with Access2003 and Win XP
Thanks for any help!
William