S
Slez via AccessMonster.com
I have reviewed as many postings on this topic, but am in need of help
generating the actual code to accomplish it. I appreciate any help!
After a new record has been added in a form, I would like to automatically
send an email to an individual as a sort of notification. I know that I need
to use either the After Insert or After Update event, and that I should use
DoCmd.SendObject. What I don't know how to do is put all the code together.
The record is added in frmFinishSampleEntry.
Applications are Access 2002 and Outlook.
Destination recipient is listed as "Smith, Joe" (example)
I'd like to include the record in the field [JobNumber] in either the subject
or text of the email.
Would also like to include the text "A new sample has been entered."
As mentioned, help is greatly appreciated!
generating the actual code to accomplish it. I appreciate any help!
After a new record has been added in a form, I would like to automatically
send an email to an individual as a sort of notification. I know that I need
to use either the After Insert or After Update event, and that I should use
DoCmd.SendObject. What I don't know how to do is put all the code together.
The record is added in frmFinishSampleEntry.
Applications are Access 2002 and Outlook.
Destination recipient is listed as "Smith, Joe" (example)
I'd like to include the record in the field [JobNumber] in either the subject
or text of the email.
Would also like to include the text "A new sample has been entered."
As mentioned, help is greatly appreciated!