I'm struggling with how to build out something in an application I'm building. There are 5 services that a Client can sign up for. Payments for each service are tracked on separate sheets (each named after the respective service). Each service can have different due dates, payment amounts and payment frequencies, which can also differ by Client. What I'm wondering is, is there a way to build a User Form that allows the User to input the amount of money received, along with the method the money was received (Cash, Check or PayPal) and have the application triage the money, documenting the appropriate row on the appropriate sheet, with details on the payment?
I'd have to design the logic out a little bit more, but at a high level, it would be oldest due date to newest due date. Of course, if the service with the oldest due date is $200 and the Client sends in $500, $200 would go to the oldest due date, and I would want the application to split the remaining $300 among the next due dates.
Not sure if it would be needed, but I uploaded a copy of the application's current state here.
https://app.box.com/s/kay1m6jnsjaz6cs0ynrmb8czr9thfrfd
I'd have to design the logic out a little bit more, but at a high level, it would be oldest due date to newest due date. Of course, if the service with the oldest due date is $200 and the Client sends in $500, $200 would go to the oldest due date, and I would want the application to split the remaining $300 among the next due dates.
Not sure if it would be needed, but I uploaded a copy of the application's current state here.
https://app.box.com/s/kay1m6jnsjaz6cs0ynrmb8czr9thfrfd