sirajcuet
May 26th, 2005, 12:55 AM
I want 2 show my data from 2 table
suppose
table1:
x y Z
----------------
x1 y1 z1
x2 y2 z2
x3 y3 z3
table2:
A B
a1 b1
a2 b2
I hv add both table to my report
but the report is being created like this
x y z A B
x1 y1 z1 a1 b1
x2 y2 z2 a1 b1
x3 y3 z3 a1 b1
x1 y1 z1 a2 b2
x2 y2 z2 a2 b2
x3 y3 z3 a2 b2
but i want 2 see the repot as follows
x y z A B
x1 y1 z1 a1 b1
x2 y2 z2 a2 b2
x3 y3 z3
wht should i do
i hv inserted another detail section in report.bt did nt get result as i m expecting.
plz help me.
suppose
table1:
x y Z
----------------
x1 y1 z1
x2 y2 z2
x3 y3 z3
table2:
A B
a1 b1
a2 b2
I hv add both table to my report
but the report is being created like this
x y z A B
x1 y1 z1 a1 b1
x2 y2 z2 a1 b1
x3 y3 z3 a1 b1
x1 y1 z1 a2 b2
x2 y2 z2 a2 b2
x3 y3 z3 a2 b2
but i want 2 see the repot as follows
x y z A B
x1 y1 z1 a1 b1
x2 y2 z2 a2 b2
x3 y3 z3
wht should i do
i hv inserted another detail section in report.bt did nt get result as i m expecting.
plz help me.