Email Command to send via Outlook

W

Wim Rippen

Next to my emailfield I have made a commandbutton
and Event Procedire:

Private Sub cmdEmail_Click()
DoCmd.SendObject acSendNoObject, , , Me.Email
End Suberties: Event Procedure:

Indeed Ourlook is popping up with emailaddress in
send to: BUT BUT it is like:

xxxx@yyyy;nl

should be
[email protected]

(so point not semicolon ;)

What is wrong???
I work with OL 2003 (OL 2002 same error) and
Windows XP.
Thanks for any help.
William
 
Top