I was looking at a closed thread 702-396121 and am trying to send an email from my database using the following code as a template:
Private Sub Command10_Click()
Dim email, ref, origin, destination, notes As String
'***set references from your form
email = Me!email
ref = Me!ref
origin =...