I have a form that is working well for continous improvement ideas i
our department. Is there a way to generate an email or othe
notification to the supervisor letting him know when a new record ha
been added? This would be useful as there are sometimes several day
or weeks in between new records being added. Any help would be greatl
appreciated.
Thanks,
Bria
-----------------------------------------------
~~
~~
dandgard - 25 May 2004 20:17 GMT
You can insert some code in the afterInsert event for the form (if the
form is tied to a recordsource) and use the sendobject action (Look it
up in your help file) to send an email.
------------------------------------------------