[email protected]#
http://dontgetshocked@h
This is what it puts in my Mail To field, it does however open up outlook
express instead of going to a internet site.
Any further suggestions ?
Thanks,
Dave
If you want to use "mailto", try it this way:
strEmail = "mailto:" & Me.[E Mail]
Application.FollowHyperlink Address:=strEmail
--
Cheryl Fischer
Law/Sys Associates
Houston, TX
What is wrong with code ? Dont want to send to Internet, just Outlook
Express.
Dim strEmail As String
Hyperlink = False
strEmail = "mailto:" & Me.[E Mail]
'DoCmd.SendObject , , , Me., , , "From Gulf Coast Electric"
I wanted it to just fill in the customers e mail address and the
subject.
Using Outlook Express.
Dim strEmail As String
strEmail = "mailto:" & Me.[E Mail]
DoCmd.SendObject , , , [Me.Email], , , "From Gulf Coast
Electric"
I don't know what you're doing with strEMail, but the brackets are
wrong
on your
SendObject statement.
DoCmd.SendObject , , , Me.[Email], , , "From Gulf Coast Electric"
[/QUOTE]
[/QUOTE]
[/QUOTE]