I'm creating a basic inventory app. I want to add the ability to track the usage per month of each of the 5 items I am inventorying and display this as a table.
I have a form set up to log the use of items which updates the total inventory, but I cannot figure out how to count the items, by their item number and by the month the depletion was logged.
User | Count |
---|---|
29 | |
13 | |
3 | |
3 | |
2 |