hi friends,
i want to merge below two queries:
first queries result then 2nd queries result
select TransactionNo,CustomerName,CustID,InstallmentDates,RepayAmt from tblInstallmentDates where TransactionNo='4' and CustID='24'
select Amount as RecdAmt,Date as RecdDate,ReceivedBy from tblWeeklyRecieptsInfo where TransactionNo='4' and CusId='24'
Thanks
Thanks
tvn