Results 1 to 7 of 7
  1. #1
    madpiet is offline Expert
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    564

    Gathering and consolidating sub-orders for a bulk order

    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?

  2. #2
    CarlettoFed is offline Competent Performer
    Windows 7 64bit Access 2013 32bit
    Join Date
    Dec 2019
    Posts
    274
    It makes little sense as it is not designed for what you want to do, using Access when opening the program you will have to present a login form that can subsequently influence the Operator's possibilities in managing it..

  3. #3
    madpiet is offline Expert
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    564
    Excel isn't for creating basically forms that people fill out? That's funny. 25 years ago I used to do that very thing every single week to submit my timesheet.

    The whole point is that I don't want to rely on them having to even know what Access is or how to use it, because I've seen people who in theory know how to use it and it was a disaster. So I'd very much like to avoid that. But if I give them a form with a table, they can fill that out pretty easily.

    "Not designed for what I want it to do"? that's absolutely ridiculous. NEXT.

  4. #4
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,551
    You could try Google Forms. I am sure you can get the data from the Google sheet that gets populated?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  5. #5
    madpiet is offline Expert
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    564
    Thanks Gasman! I like that idea. As long as they send me the data in a non-crazy format, I'm sure I can import it. The whole idea is to get the data, aggregate it, then send that to the purveyor or whoever. I'd be okay with a one-time setup (creating forms or whatever) and then I just collect the data, dump it in Excel or whatever and aggregate it. I'm just trying to sort out how I'd do it if I weren't and Abscess nerd. (But it would be handy to dump into Access and generate a receipt for people (say as a PDF) so they can give that to the taxman or whoever.

  6. #6
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,551
    Quote Originally Posted by madpiet View Post
    Thanks Gasman! I like that idea. As long as they send me the data in a non-crazy format, I'm sure I can import it. The whole idea is to get the data, aggregate it, then send that to the purveyor or whoever. I'd be okay with a one-time setup (creating forms or whatever) and then I just collect the data, dump it in Excel or whatever and aggregate it. I'm just trying to sort out how I'd do it if I weren't and Abscess nerd. (But it would be handy to dump into Access and generate a receipt for people (say as a PDF) so they can give that to the taxman or whoever.
    It is up to you how you set your forms up and I seem to recall there is some simple validation you can apply to each control.
    https://www.youtube.com/results?sear...forms+tutorial

    https://www.access-programmers.co.uk...1/post-1932626
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  7. #7
    madpiet is offline Expert
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    564
    If the list of things that people buy are not completely crazy, maybe the easiest way is a simple form in Excel (or google sheets)
    Name at the top, date, and then a table of
    (Product, Quantity)

    then just import using PowerQuery. As long as I can get (Customer, Product, Quantity, Date) together, the rest is trivial.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Bulk input of orders
    By LucyToons in forum Forms
    Replies: 4
    Last Post: 02-09-2020, 11:07 AM
  2. Replies: 2
    Last Post: 11-01-2016, 09:04 AM
  3. Replies: 5
    Last Post: 02-12-2013, 03:14 PM
  4. Gathering Online Registration Data
    By EHittner in forum Misc
    Replies: 1
    Last Post: 07-05-2012, 02:22 AM
  5. Gathering data via Outlook using existing VBA code
    By Monterey_Manzer in forum Programming
    Replies: 1
    Last Post: 07-03-2012, 06:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums