auto-email command

M

MS Novice

I have set up a form to add folks to my personnel database. When there is a
change to the form (like a new home number) is there a way to automaticly
e-mail me that a change has been made?
 
W

Wayne-I-M

I don't really understand why you want to send an e mail to yourslef - is it
you that is changing the form??

You can of course send an e mail confirming the change.

Creat a report detailing the changes.

On the form after you have made the changes use the AfterUpdate event to
SendObject and attach the report.
 
M

MS Novice

I'm sorry I wasn't clear. The form is for others in the office to use. When
they make a change then I would like to be notified as this will prompt me
into other actions that may be required becuase of the change.
 
Top