G
Guest
I interfaced my MS Access 2003 DB to ASP. When the user clicks on SUBMIT and
a new record is added to the main table, I'd like to fire an email from MS
Access to inform me that a new record has been added and update the status of
that record from T=Transmitted to R=Received
When I was using the Form(s), I had a macro that was taking care of it
(Private Sub Form_AfterInsert()...).
Is there a way to write a similar code for any record added to the table
from an ASP application?
Thanks for your precious help
a new record is added to the main table, I'd like to fire an email from MS
Access to inform me that a new record has been added and update the status of
that record from T=Transmitted to R=Received
When I was using the Form(s), I had a macro that was taking care of it
(Private Sub Form_AfterInsert()...).
Is there a way to write a similar code for any record added to the table
from an ASP application?
Thanks for your precious help