Kaygirl, I tried it. Here is the code I entered:
Private Sub Command101_Click()
On Error Resume Next
DoCmd.SendObject acSendNoObject, , acFormatRTF, Me
[EmailAddress] , , , , , -1
End Sub
I am getting a compile error: "Invalid use of property" and it highlights [EmailAddress]...