Sure this can be done. Just create a button or something that you want to create an event on. Right click on it and go to "Build Event" and choose Code Builder. Next just put in the following code...
DoCmd.SendObject(acSendForm, "MY_FORM_NAME", acFormatRTF, "RECIPIANT", , , "MY SUBJECT"...