I have made a command button next to my email address.
Upon clicking I come in Outlook and see the email
address in the TO: but I get fffffff@ggggggg;nl
in stead of fffffff@ggggggg.nl
Difference is ; in stead of a point.
The code reads as follows:
Private Sub cmdEmail_Click()
DoCmd.SendObject acSendNoObject, , , Me.Email
End Sub
In the past this code was working ok,so what is wrong.
I work from a subreport-screen (as earlier) and
have next to my emailfields a command button,which
I make myself with cmdEmail,Event Procedure, etc.
Is there a more simple way to get one/more email on
a subform with clicking the email-fields??
THANKS for the help.
William Rippen
Upon clicking I come in Outlook and see the email
address in the TO: but I get fffffff@ggggggg;nl
in stead of fffffff@ggggggg.nl
Difference is ; in stead of a point.
The code reads as follows:
Private Sub cmdEmail_Click()
DoCmd.SendObject acSendNoObject, , , Me.Email
End Sub
In the past this code was working ok,so what is wrong.
I work from a subreport-screen (as earlier) and
have next to my emailfields a command button,which
I make myself with cmdEmail,Event Procedure, etc.
Is there a more simple way to get one/more email on
a subform with clicking the email-fields??
THANKS for the help.
William Rippen