Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting ; in stead of . in email address sending

Status
Not open for further replies.

petrovlis

Programmer
Joined
Jan 15, 2002
Messages
114
Location
NL
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top