Hi there
I have Three tables T1, T2 and T3. The primary key in T1 links to T2 but T2 has a different primary key. T1 also links to T3 in the same manner. IE both are 1 to many relationships. When a new entry is made in T2 I need to check if there was data entered into a particular field (F1). If there is data then I need to use the value in F1 to calculate a new record for T3 and insert it. How can I do this???? if yes, can you provide me with the code. Thanks
I have Three tables T1, T2 and T3. The primary key in T1 links to T2 but T2 has a different primary key. T1 also links to T3 in the same manner. IE both are 1 to many relationships. When a new entry is made in T2 I need to check if there was data entered into a particular field (F1). If there is data then I need to use the value in F1 to calculate a new record for T3 and insert it. How can I do this???? if yes, can you provide me with the code. Thanks