A
Andre
I was wondering on how to create a trigger so that my primary key updates the
relative table or the foreign table.
Here is what I have in my tables. I have set the primary to YES for Identity
Seed.
What else do I need to do?
Primary Table 1 (Employee) Columns
*Call_ID (Primary Key)
First_Name
Last_Name
Email
Date_Time
Phone_Local
Foreign Table 2 (Call_Tracking) Columns
Call_ID (Foreign Key)
Department
Dept_Assigned
Date_Assigned
Date_Opened
Date_Closed
Opened_By
Closed_By
Tech_ID
Description
Resolution
Am I missing Something? If some one could tell me how to do the triger for
this I would be so very happy.
relative table or the foreign table.
Here is what I have in my tables. I have set the primary to YES for Identity
Seed.
What else do I need to do?
Primary Table 1 (Employee) Columns
*Call_ID (Primary Key)
First_Name
Last_Name
Date_Time
Phone_Local
Foreign Table 2 (Call_Tracking) Columns
Call_ID (Foreign Key)
Department
Dept_Assigned
Date_Assigned
Date_Opened
Date_Closed
Opened_By
Closed_By
Tech_ID
Description
Resolution
Am I missing Something? If some one could tell me how to do the triger for
this I would be so very happy.