ok, first time working with triggers and, go figure, I ran into a problem.
We have an application that allows clients to add new personnel records to a database through a web front-end. The client will add name, phone, address info which is written to two tables on SQL: individual1 and address1.
My goal is to be able to write an insert trigger that will pull the new data from both the individual1 table and the address1 table into another table.
I've briefly played around with it, and can get a trigger to work from one table, but I really have no idea on how to get it to pull from two tables.
Thanks in advance for any help.
-D
We have an application that allows clients to add new personnel records to a database through a web front-end. The client will add name, phone, address info which is written to two tables on SQL: individual1 and address1.
My goal is to be able to write an insert trigger that will pull the new data from both the individual1 table and the address1 table into another table.
I've briefly played around with it, and can get a trigger to work from one table, but I really have no idea on how to get it to pull from two tables.
Thanks in advance for any help.
-D