Results 1 to 5 of 5
  1. #1
    Sunshack is offline Novice
    Windows 10 Access 2016
    Join Date
    Nov 2018
    Posts
    10

    Query to optimize warehouse locations


    Hi!


    To provide you with some context; i work for a warehouse that distribute car parts. Certain car parts are often sold at the same time since they fit a certain vehicle, and they're often changed at the same service interval. For example: oil filters+oil are often sold at the same time.. Therefore it would be timesaving to make sure these parts are stored at a location close to each other.

    I have a table containing order number and item number. I need to identify which item combinations that are often sold at the same time.
    The table contains about 3 million posts, and the orders vary from 2 rows up to about 10-20.
    Is there a way i can work with this information to give me a list of the items that are often sold at the same time?

    Appreciate all help I can get!

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    i assume you have a tOrder table and its subtable tOrderDetails table?
    can you sort the
    tOrderDetails.Product# on the tOrder.DateSold field?

  3. #3
    Sunshack is offline Novice
    Windows 10 Access 2016
    Join Date
    Nov 2018
    Posts
    10
    Yes, I have all sorts of tables available And yes, sorting them by date is no problem!

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    Can you tell us more about your final objective or goal?
    Your thread title indicates
    optimize warehouse locations, but it seems you want to know more about the combination of items sold at same time.

  5. #5
    Sunshack is offline Novice
    Windows 10 Access 2016
    Join Date
    Nov 2018
    Posts
    10
    Yeah, like i tried to explain in the first post; the objective is to identify what products that are often sold on the same order (and therefore picked simultaneously by our warehouse crew). When we have identified the items that are frequently ordered at the same time, we can physically move those items closer to each other, so that the person that picks the order can save time because he/she doesnt have to walk as far between the items (we have a big warehouse, hehe)

    I hope this helps clarify my end goal!

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

Similar Threads

  1. Replies: 2
    Last Post: 02-21-2018, 05:13 PM
  2. Inventory Management - Warehouse locations
    By jharper in forum Database Design
    Replies: 1
    Last Post: 05-28-2014, 06:20 AM
  3. Replies: 1
    Last Post: 11-16-2011, 11:56 PM
  4. Optimize a select query
    By accessnewb in forum Queries
    Replies: 15
    Last Post: 07-21-2011, 01:22 PM
  5. Replies: 0
    Last Post: 01-26-2011, 05:51 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