I hav two tables
sales (sa_no,sa_date,cu_id,total)
ladger(ledger_id,cu_id,payment,payment_date)
I want to display the transactions of a customer (cu_id) in one crystal report in the order of dates ,such as
sa_no sa_date total
ledger_id payment payment_date
ie one row from sales then one row from ledger for the customer cu_id
Please help me , I hav been trying for a week to solve this.