nickmollberg
Programmer
I need to create a trigger that does the following:
When a user inserts or modifies a record in tableA, if a certain column 'ColStatus' is equal to 'Complete' then I need to change a value in tableB to reflect this.
Can anybody point me to a good syntax example, or a howto for how I should go about this?
When a user inserts or modifies a record in tableA, if a certain column 'ColStatus' is equal to 'Complete' then I need to change a value in tableB to reflect this.
Can anybody point me to a good syntax example, or a howto for how I should go about this?