Hi to all ,
I am running a project , and i have this problem.
I have 3 tables for example t1 (recID , Name , 1trID , 1banID , date , amm , 1logID) where recID is primary key ,
next table is t2 (recID , Name , 2trID , 2banID , date , amm , 2logID) and here the primary key is recID ,
and the last is t3 (recID , Name , 3trID, 3banID , date , amm , 3logID) with recID as primary key.
I want to create a new table as example ttotal. In this table i want to register some data from t1 , t2 , t3.
When i put a new record in t1 i want to send the fields name, 1trID , 1banID , date , amm , 1logID.
The same fields from a record of t2 and the same fields from t3.
When i delete a record from t1,t2 or t3 , the record must be delete from tTotal table.
I want to concentration the specify fields from t1,t2,t3 to tTotal.
How can i do that.
Any ideas.
Thanks
Dionisios