Hi,
Question does anyone know how to send an email that picks up the default outlook template. Once sent to outlook I want my current html template to show my company address etc.
My current code is simple and just pops up to a new email with nothing in it.
If IsNull(Me.Email) Then
MsgBox "Please enter a valid email address", , "Email Out"
Else
DoCmd.SendObject , , , (Me.Email)
End If
Question does anyone know how to send an email that picks up the default outlook template. Once sent to outlook I want my current html template to show my company address etc.
My current code is simple and just pops up to a new email with nothing in it.
If IsNull(Me.Email) Then
MsgBox "Please enter a valid email address", , "Email Out"
Else
DoCmd.SendObject , , , (Me.Email)
End If