Using the following code, I send email and it operates fine however, it also builds an attachment. How can I change the code so only the fields are emailed and not an attachment?
On Error GoTo Err_Command85_Click
Dim email, ref, origin, destination, notes As String
email =...