Hi.
I have the following fields in a query and want to make a debtor report from them:
Amount
Account
Date
Event
What I need to do is to 'phase' this report, i.e.
Date Account 30 Days 60 Days 90 Days
01/04 000001 100
01/03 000002 100
01/02 000003 100
I need to calculate the age of the debt ( today()-Date ) and put the amount in the correct column...amounts of 30 days or less go in column 1, amounts of 60-30 days go in column 2 etc.
I'll give a star to the first correct answer.
Thanks for any help.
Russie
I have the following fields in a query and want to make a debtor report from them:
Amount
Account
Date
Event
What I need to do is to 'phase' this report, i.e.
Date Account 30 Days 60 Days 90 Days
01/04 000001 100
01/03 000002 100
01/02 000003 100
I need to calculate the age of the debt ( today()-Date ) and put the amount in the correct column...amounts of 30 days or less go in column 1, amounts of 60-30 days go in column 2 etc.
I'll give a star to the first correct answer.
Thanks for any help.
Russie