D
Dave Elliott
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"
Using Outlook Express.
Dim strEmail As String
strEmail = "mailto:" & Me.[E Mail]
DoCmd.SendObject , , , [Me.Email], , , "From Gulf Coast Electric"