Results 1 to 2 of 2
  1. #1
    jharper is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    May 2014
    Posts
    1

    Inventory Management - Warehouse locations

    I am currently designing an Access database to manage the stock control process for a small business (4 employees) involving barcoding.

    I have done this sort of thing in the past - 8 years ago - so I have a decent idea of what I am doing but I can't get my head around the best way to setup the warehouse locations in Access.

    The physical format is xx-xx-xx-xx-xx which represents the warehouse, aisle, bay, shelf & bin e.g.
    A-01-03-04-10 which would be warehouse A, aisle 1, bay 3, shelf 4 & bin 10.

    I plan on having a table for the warehouses and a second for locations as follows

    tblWarehouse
    WHID (PK)


    WarehouseCode
    WarehouseDescription

    tblLocations
    LOCID (PK)
    WHID (FK)
    AisleCode
    BayCode
    ShelfCode
    BinCode

    This dosn't seem quite right in terms of normalisation though?

    With regards to barcoding these locations I am guessing I could just barcode the LOCID with the description under the barcode being made up of the other fields in tblLocations?

    Any thoughts or ideas?

    Cheers, James

  2. #2
    ranman256's Avatar
    ranman256 is online now VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    Sounds good , but note:
    As is, you can have repeat items in the same
    WHID (FK)
    AisleCode
    BayCode
    ShelfCode
    BinCode

    If that is true then good, but if you do NOT want 2 different items stored in the same
    WHID (FK)
    AisleCode
    BayCode
    ShelfCode
    BinCode

    then why not key on ALL these fields? That way you CANT put HUB CAPS and INNER TUBES in the same bin: wh1,aisle1,bay2,shelf2,bin3
    Keying all fields would prevent 2 items put in the same bin.

    BUT if 1 bin CAN have > 1 item, then dont key them.

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

Similar Threads

  1. Tracking Inventory At Multiple Locations
    By Dustin in forum Database Design
    Replies: 4
    Last Post: 12-28-2013, 10:32 PM
  2. Replies: 1
    Last Post: 06-17-2012, 12:38 AM
  3. Warehouse and Inventory Template
    By miguel.escobar in forum Access
    Replies: 0
    Last Post: 06-12-2012, 12:41 PM
  4. Calculating Current Stock in Inventory/Warehouse
    By yohansetiawan in forum Access
    Replies: 5
    Last Post: 03-14-2012, 09:05 PM
  5. Inventory/Warehouse Control
    By Maker in forum Access
    Replies: 3
    Last Post: 09-01-2010, 10:46 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