I have a form in my database with a command button it. I want to generate an email when the button is clicked, but not send it. Based on the criteria on the form (checkboxes, etc.) I want to select a list of email addresses stored in the database and put those in the To: section of the email. Is there anyway to just create an email and not send it? I have been messing with the docmd.sendobject function, but that sends the email. Any ideas? Thanks!