Dear Frends
i've three data tables where one is the parent while two are the child tables.
ie table1 (it_no,Description)
table2 (it_no,Despatched,to,date)
table3 (it_no,Received,From,date)
now i want to have the data regarding IT_NO eg
IT No. 1 Desc: GP Boxes
Date Despatched Received To/From
10-05 1000 Siemenc Corp.
10-05 500 AK Group
11-05 200 Azal Co.
but when i do it i get a record from table2 against each record of the table3. and my results show this way
IT No. 1 Desc: GP Boxes
Date Despatched Received To/From
10-05 1000 Siemenc Corp.
10-05 500 AK Group
11-05 200 Azal Co.
11-05 200 Azal Co.
any solution plz
i've three data tables where one is the parent while two are the child tables.
ie table1 (it_no,Description)
table2 (it_no,Despatched,to,date)
table3 (it_no,Received,From,date)
now i want to have the data regarding IT_NO eg
IT No. 1 Desc: GP Boxes
Date Despatched Received To/From
10-05 1000 Siemenc Corp.
10-05 500 AK Group
11-05 200 Azal Co.
but when i do it i get a record from table2 against each record of the table3. and my results show this way
IT No. 1 Desc: GP Boxes
Date Despatched Received To/From
10-05 1000 Siemenc Corp.
10-05 500 AK Group
11-05 200 Azal Co.
11-05 200 Azal Co.
any solution plz