I have 1 table which deals with accounting. It is an Invoice/Payment situation. I am trying to find the avg days between the avg and payment.I need to link different rows. How do I get different rows to show up on one line. I am a real novice trying to break into the game.To complicate I have a parent/child situation in the same table.
Example:
Customer|Parent Field|Child Field|Amount
Row 1| W.Mart 100 0 $1000
Row 12| W.Mart 0 500 -$1000
I need the report to look like this.
Customer Parent Child Invoice Amt Pay Amt
-------------------------------------------------
Walmart 100 500 $1000 -$1000
If someone could just give me some direction I would be greatful. Thanks
Example:
Customer|Parent Field|Child Field|Amount
Row 1| W.Mart 100 0 $1000
Row 12| W.Mart 0 500 -$1000
I need the report to look like this.
Customer Parent Child Invoice Amt Pay Amt
-------------------------------------------------
Walmart 100 500 $1000 -$1000
If someone could just give me some direction I would be greatful. Thanks