Email semicolon stead of point-via cmdEmail???

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 [email protected]
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
 
Top