Emailing from a form.

Henley12

Troy University Fan
Local time
Today, 03:41
Joined
Oct 10, 2007
Messages
222
I am trying to send an email directly from a form, but the information from the form is not getting sent to the email. I open the form to add records only, so the info is not saved in a table yet. Is there an easy way to accomplish this?
 
What is your code? You can force a save with

DoCmd.RunCommand acCmdSaveRecord

or you can just refer to the form controls for the email info.
 

Users who are viewing this thread

Back
Top Bottom