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]
What data type should my field be? Hyperlink, Text, or ???
Also, other than setting up the Event Procedure properly with the correct code etc, do I need to do anything else in the properties of this command button to make this happen? When I choose a command button from my Tool Box what category and action should I choose.
Thanks for your help.
Bill