Can anyone help?
I have an accounts table which contains both credit and debits. The history for one customer might look something like:
CustomerID Type Amount Date
1000000020 Debit 20.00 01/05/2002
1000000020 Credit 20.00 03/05/2002
1000000020 Debit 50.00 03/05/2002
1000000020 Credit 50.00 08/05/2002
1000000020 Debit 20.00 11/05/2002
1000000020 Credit 20.00 14/05/2002
1000000020 Debit 10.00 15/05/2002
1000000020 Credit 10.00 18/05/2002
The report I am producing will show all customers, but the 'PaidThirdBill' formula field will contain the date when the third payment(credit) was made - assuming they have made three)
In the above example, I would expect the result to be '14/05/2002' as this is the 3rd credit date.
Hope that is clear and can anyone 'guide' me?
Thanks in advance
Richard
I have an accounts table which contains both credit and debits. The history for one customer might look something like:
CustomerID Type Amount Date
1000000020 Debit 20.00 01/05/2002
1000000020 Credit 20.00 03/05/2002
1000000020 Debit 50.00 03/05/2002
1000000020 Credit 50.00 08/05/2002
1000000020 Debit 20.00 11/05/2002
1000000020 Credit 20.00 14/05/2002
1000000020 Debit 10.00 15/05/2002
1000000020 Credit 10.00 18/05/2002
The report I am producing will show all customers, but the 'PaidThirdBill' formula field will contain the date when the third payment(credit) was made - assuming they have made three)
In the above example, I would expect the result to be '14/05/2002' as this is the 3rd credit date.
Hope that is clear and can anyone 'guide' me?
Thanks in advance
Richard