email

kes

Registered User.
Local time
Tomorrow, 01:39
Joined
Mar 6, 2013
Messages
53
Hi all,

Is it possible to receive an email when a row added to a specipic table?

thanks in advance
Karin.
 
Yes, but at this stage of your problem description not much help could be given I am afraid.
 
hi,

I will try to simply it as best as I can...
I have a documents table that people are entering data into through mulitple forms. one of the colums in the table called status.

I would like to receive an email when a new document is entered and when the status of an existing document is changed.

hope is it's ok now...
 
So is there a button click to save records? If yes then the button can be used as a trigger to send emails..

If not look up on Before update event where you can check the Old Value and the Value and if they are not the same then you can trigger the email.
 

Users who are viewing this thread

Back
Top Bottom