Hello
I am very new to ADP files but have worked with MDB files for eight years. I'd like to know how to set up a basic email trigger if records are added to a table (dbo.VM_lEADS).
This is the MS template:
CREATE TRIGGER VM_Leads_Trigger1
ON dbo.VM_Leads
FOR /* INSERT, UPDATE, DELETE */
AS
/* IF UPDATE (column_name) ...*/
Any help would be appreciated.
Thanks.
ps
I am very new to ADP files but have worked with MDB files for eight years. I'd like to know how to set up a basic email trigger if records are added to a table (dbo.VM_lEADS).
This is the MS template:
CREATE TRIGGER VM_Leads_Trigger1
ON dbo.VM_Leads
FOR /* INSERT, UPDATE, DELETE */
AS
/* IF UPDATE (column_name) ...*/
Any help would be appreciated.
Thanks.
ps