I work for a none profit agency where we use multiple grants to pay incoming invoices and each invoice has multiple line items. Grant funds pay some measures and other federal grants pay for others. How can I create a payment form that would reflect the different grants i am using to pay for 1 invoice?
Adam Schwanz 9 months ago
In the same way you made customers and track their balance, you can make a "payments" table, check cash etc, then your grants and track the balance in there.
Or you can make a new "item" with a negative cost and put it in the order details on invoices if you want to do it that way.
Or you can make a table that tracks the total amount of each grant and use VBA to remove some of the balance when you use it on an invoice.
Lots of options, I'm not sure what suits your needs best.
Adam Schwanz 9 months ago
If you're looking for videos it looks like Access Dev 8 cover partial invoice payments
You might also check out the Access Payables Seminar to see if that would be what you need.
There is a free sample db you can download before you buy. Also I'm sure Richard would answer questions you might have to make sure it would work for your needs.
Scott Axton 9 months ago
Do a search for Many-to-Many and Relationships.
Sounds like you definitely have a many-to-many situation going on.
One grant can pay many invoices / line items and one invoice can have many payments.
There are so many different ways to track this, and it's really up to how YOU want to do it. I would make a GrantT with the grant details, and then it could have Orders as child records. Easy to tally up too.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.