Hopefully you have done a bit of code so will understand
when I say you have to start a code module in the OnClick
event of the text box In this module fire the SendObject
function and it will Open your default email application
and put in values you specify such as To: Subject:
Message:... Here is a snipet of the help file for
SendObject.
-Cameron Sutherland
Example
The following example includes the Employees table in a
mail message in Microsoft Excel format and specifies To,
Cc, and Subject lines in the mail message. The mail
message is sent immediately, without editing.
DoCmd.SendObject acSendTable, "Employees", acFormatXLS, _
"Nancy Davolio; Andrew Fuller", "Joan Weber", , _
"Current Spreadsheet of Employees", , False