Aug 12, 2023 11:57 AM
Hi, I'm working on a way to consolidate a base used for a diaper program. We're a nonprofit and need to track for many different reasons, but our current process is long and requires toggling from table to form to table. Here's what we're doing (all are in separate tables):
Here's what I'd like to do:
Essentially, all three tables would be linked together with the inventory out and request forms "combined" to avoid exiting the table when fulfilling the requests for delivery or pick-up.
Is this possible? I feel like it is, but I'm not sure how it would look.
Any help or general insight would be great!
Aug 13, 2023 07:33 AM
Yes, all of this is 100% possible with Airtable.
There’s not a quick answer that I can give you in a post, but maybe I’ll create a YouTube video at some point to train people on how to setup an inventory system like this in Airtable.
In the meantime, if you have a budget for your project and you’d like to hire an expert Airtable consultant to help you with any of this, please feel free to contact me through my website: Airtable consulting — ScottWorld
Aug 14, 2023 06:54 PM
Not knowing your setup, I’ll have to speculate here, but in general — three tables: Donations, Requests, and Inventory.
In the Inventory table, use a Rollup field for Quantity to automatically tally donations and account for requests. Link both Donations and Requests to Inventory with Linked Record fields. Then use automations to ensure that every time a donation is logged, the inventory increases, and conversely, it decreases when a request is made. This way you don’t need to directly manipulate the Quantity field inside of Inventory, but instead derive it from the other two tables.