Hello,
First I'd like to thank everyone who has helped me in the past. This is a great site for how-to information. I am creating a Customer Activity Report where I am displaying information from three tables: Customer, Inbound (Ticket), and Payment (for Customer Prepayments). The fields I want to display are Customer ID and Starting Balance from the Customer Table, a Payment Amount and Date from the Payment Table, and a Transaction Amount and Transaction Date from the Inbound Table. Displaying Payment Information then Inbound Information for a customer I have no trouble with but the Customer wants me to intersperce the two different types of detail lines by date. So, for example you might have:
Customer Tkt TktDte Amt PmtDte PmtAmt
Customer 1:
11/14/03 $10,000
1 11/15/03 $100.00
2 11/16/03 $500.00
11/17/03 $15,000
etc.
I'm not sure how to mix the two detail lines together. Any help would be appreciated. Thanks.
First I'd like to thank everyone who has helped me in the past. This is a great site for how-to information. I am creating a Customer Activity Report where I am displaying information from three tables: Customer, Inbound (Ticket), and Payment (for Customer Prepayments). The fields I want to display are Customer ID and Starting Balance from the Customer Table, a Payment Amount and Date from the Payment Table, and a Transaction Amount and Transaction Date from the Inbound Table. Displaying Payment Information then Inbound Information for a customer I have no trouble with but the Customer wants me to intersperce the two different types of detail lines by date. So, for example you might have:
Customer Tkt TktDte Amt PmtDte PmtAmt
Customer 1:
11/14/03 $10,000
1 11/15/03 $100.00
2 11/16/03 $500.00
11/17/03 $15,000
etc.
I'm not sure how to mix the two detail lines together. Any help would be appreciated. Thanks.