How to get a notification message thru email when users submit a form

jenny23

Registered User.
Local time
Today, 12:10
Joined
Apr 1, 2004
Messages
47
How to get a notification message thru email when users submit a form?
I mean, when users submit a form, a new record is stored on the table. I want to get a notification message on MS Outlook whenever users submit a form successfully?

Thanks.

Jenny.
 
When a new record is saved via a form, and the form's After Insert event will fire. You can then use some code to shoot yourself an e-mail. For help on the code, look at this link: Microsoft Office 2000 Automation Help File Available. It's for Access 2000, but the code isn't all that different for other versions of Access.
 

Users who are viewing this thread

Back
Top Bottom