I need to create an Aging Report.
The clients have two types of dollar amounts due (FIELDS: "NAME", "TYPE", "AMT_DUE", "DUE_DATE" ).
The first is a single line item, one time charge (TYPE=4000),
The second is a series of amounts in the form of monthly payments (TYPE = 5000).
I also have some columns that are Calculated (in an associated query)
Current Report:
Desire Report:
** Indicate that these rows are the summary of "like" rows summing the Amount Due, Aging and Counting the Payment "#" Field.
I don't know how begin to create this Report. Can someone give me an idea how to achieve this, or point me in the right direction.
Thank you
eRed
The clients have two types of dollar amounts due (FIELDS: "NAME", "TYPE", "AMT_DUE", "DUE_DATE" ).
The first is a single line item, one time charge (TYPE=4000),
The second is a series of amounts in the form of monthly payments (TYPE = 5000).
I also have some columns that are Calculated (in an associated query)
Current Report:
Code:
[SIZE=2]LINE NAME TYPE # AMT_DUE DUE_DATE DAYS Future 0-30 >30
(key) (Text) (Currency) (Date) (Calc) (Calc) (Calc) (Calc)
1 John Doe 4000 $1,000 8/10/2010 115 $1,000
2 John Doe 5000 1 $200 9/10/2010 84 $200
3 John Doe 5000 2 $200 10/10/2010 54 $200
4 John Doe 5000 3 $200 11/10/2010 23 $200
5 John Doe 5000 4 $200 12/10/2010 -7 $200
6 John Doe 5000 5 $200 1/10/2011 -38 $200
______ _____ ______
TOTALS $400 $200 $1,400
[/SIZE][SIZE=2]
[/SIZE]
Desire Report:
Code:
[SIZE=2]LINE NAME TYPE # AMT_DUE DUE_DATE DAYS Future 0-30 >30
(key) (Text) (Currency) (Date) (Calc) (Calc) (Calc) (Calc)
1 John Doe 4000 $1,000 8/10/2010 115 $1,000
2** John Doe 5000 [2] $400 [>30] $400
4 John Doe 5000 3 $200 11/10/2010 23 $200
5** John Doe 5000 [2] $400 [< 0] $400
____ ____ ______
TOTALS $400 $200 $1,400
[/SIZE][SIZE=2]
[/SIZE]
** Indicate that these rows are the summary of "like" rows summing the Amount Due, Aging and Counting the Payment "#" Field.
I don't know how begin to create this Report. Can someone give me an idea how to achieve this, or point me in the right direction.
Thank you
eRed
Last edited: