A friend of mine basically buys bulk items (like 50# bags of flour, among other things) and in order to get free shipping, basically collects orders from his neighbors. Then he collects money from the other buyers to cover their parts of the entire purchase and then places the order. Instead of creating an invoice for each "shopping list", he just makes photocopies of the shipping manifest/invoice and each customer gets a copy.
I was just wondering what the least technical way of doing this. What if I create something like a purchase order form with dropdowns for Product and maybe quantity.. then the rest is simple math. Then each "customer" can e-mail the Excel file or save it to somewhere, and then just summarize using something like PowerQuery to create the consolidated purchase order.
Yes, I could create a database that does this, but my goal was to make it absolutely stupid simple to use. I can definitely see the case for doing this in Access, but I was kind of trying to avoid it. (although the stupid simple reports for quarterly etc reports would be super easy).
Is this even a sensible approach? (If it were my choice, I'd use Access for obvious reasons... queries, reports, data storage...) I'm just trying to figure out if there are other sensible options. One problem with just using Access is how do I enable "customers" to fill out their own "shopping lists' and then submit them. Then I can get the prices from the vendor, add those to a table if the prices have changed, and I'm off and running.
Does this make sense to do in Excel? If so, how would you do it?