Z
zyus
I have this two tables
Tbl A
ACNO Netbal
123 500.00
Tbl B
ACNO TRNCODE Amt
123 STM 100.00
123 Ist 200.00
How to make a query in these two tables link by ACNO so i can get one row of
record as per below:
ACNO Netbal TrnCode Amt TrnCode Amt
123 500.00 STM 100.00 Ist 200.00
Thanks
Tbl A
ACNO Netbal
123 500.00
Tbl B
ACNO TRNCODE Amt
123 STM 100.00
123 Ist 200.00
How to make a query in these two tables link by ACNO so i can get one row of
record as per below:
ACNO Netbal TrnCode Amt TrnCode Amt
123 500.00 STM 100.00 Ist 200.00
Thanks