Email semicolon stead of point-via cmdEmail???

  • Thread starter Thread starter Wim Rippen
  • Start date Start date
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
 
Back
Top