S
sillypuddy
Guest
OK, I will start by saying I have a databse that has a name, original payment amount, all of the payments a customer has made, and the dates they made them. For example:
Name Orig PMT PMT PMT Date
John Doe 100 50 20030820
John Doe 100 30 20030720
John Doe 100 100 20030720
This represents that this person is past due (weeded out by a dump from the original appplication). I need to take the most recent payment amounts and have a query (I guess it would be a query), automatically add back to when the running amount is >= the original payment.
For example, 50+30+100 >= 100
From the date where the running sum is >= the Orig PMT (this example: 7-20-2003), then I will need to automatically add 7 months to that date to a field named Potential Charge Off Date (or something like it).
Think you guys could help?????????
Name Orig PMT PMT PMT Date
John Doe 100 50 20030820
John Doe 100 30 20030720
John Doe 100 100 20030720
This represents that this person is past due (weeded out by a dump from the original appplication). I need to take the most recent payment amounts and have a query (I guess it would be a query), automatically add back to when the running amount is >= the original payment.
For example, 50+30+100 >= 100
From the date where the running sum is >= the Orig PMT (this example: 7-20-2003), then I will need to automatically add 7 months to that date to a field named Potential Charge Off Date (or something like it).
Think you guys could help?????????