Results 1 to 6 of 6
  1. #1
    DanLarn is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Aug 2014
    Posts
    5

    Exclamation Creating an inventory databae

    Hello All,

    I have come in search of some advice, I am currently trying to establish a more efficient inventory system at work. I created a simple spreadsheet before, but people are wanting more from it now and I feel that a database is the way to go. I used Access many years ago, but seem to have forgotten how to do most things.

    Here is how my spreadsheet looks:

    UID Flag Manufacturer Role Item Description Qty. Stock Level Location Rack Position Serial Number Notes
    1 Sonardyne PIES Sonardyne DUNKER Cable Reel 1 Acceptable Wet Stores N/A w/ Flight Case
    2 Sonardyne PIES Sonardyne DUNKER 1 Acceptable Wet Stores 289949-001 w/ Flight Case
    3 Sonardyne PIES Sonardyne PIES Flight Case 3 Surplus Wet Stores N/A
    4 Valeport TS Dip Valeport TS Dip Probe 1 Acceptable Wet Stores SN:44131 w/ Flight Case
    5 Valeport TS Dip Valeport TS Dip Probe 1 Acceptable Wet Stores SN:44130 w/ Flight Case
    6 Shark Marine TS Dip Shark Marine 11-24 Cable Reel (Motor) 1 Acceptable Wet Stores HRSB-44165 w/ Spectron rope for TS DIP
    7 PBX Systems PosNet PBX Systems PosNet RF Pod 1 Acceptable Wet Stores 90539 Barovane rGPS pod
    8 BARO Wide Tow BAROGenerator propeller 1 Acceptable Wet Stores N/A
    9 BARO Wide Tow BAROGenerator bracket 1 Acceptable Wet Stores N/A

    I have imported this into Access, and I am trying to work out how best to set up my relationships, or break down this table into more managable tables.

    Any advice greatly appreciated.

    Thanks,


    Dan

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    IF your are tracking ownership,
    Table tPersons ,You may want to add field: [PersonID] , the key to the tPersons.
    To show each person currently has the items PC abc, PRINTER xyz, etc.

    But this method wont work with Qty. (But for cables , qty=3 dont need owners , it does work)

    Another table tLease
    if you track leasing contracts for printers , pc , etc

    FYI.

  3. #3
    DanLarn is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Aug 2014
    Posts
    5
    Thanks ranman256, I'm not sure I understand what you've said there.

    I am trying to create a database where I can track the location of and quantity of Items, each item has a maanufacturer/supplier, and each item is used in a specific task or 'Role'. My initial thought was to divide the items into two separate tables:

    1) Consumables
    2) Equipment

    Then have a separate table for suppliers, including contact information in there, and another for 'Roles' and finally one for 'Locations'.

    Each location is a separate container containing 2 racks (rack 01 and rack 02), and each rack has 5 shelves, would I have to create a database for each container with racks and shelves in separate tables?

  4. #4
    orange's Avatar
    orange is online now Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850
    You might get some ideas from this free data model and the associated business rules.

    Do you have a list of business rules regarding your Inventory Control processes?
    Creating/designing the database is usually simpler if you have documented the business rules.
    The key is to get your tables and relationships designed to support your business rules.
    You can then use some sample data to test your model to ensure it does what you require.

    This link shows you the steps involved in generic terms.

    Good luck.

  5. #5
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Perhaps you should start by creating a model of your tables.
    http://www.youtube.com/watch?v=-fQ-bRllhXc

  6. #6
    DanLarn is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Aug 2014
    Posts
    5
    Hello Again,

    I am still not really sure what you are all driving at, but I am making headway at least.

    I have created separate tables for most of my fields listed above, and then created further tables based on breaking those down even further and established relationships for them all the way back to the top of the tree.

    At this point though I am starting to see a few problems arising, I have everything set up as a direct relationship at the moment, but what I really need is more of a parent/child relationship for some of these. Anyone know how I can make those work?

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

Similar Threads

  1. Creating report of devices in inventory
    By Bobwords in forum Reports
    Replies: 13
    Last Post: 06-20-2014, 11:16 AM
  2. Creating a repair history for inventory items
    By skiskiacm in forum Database Design
    Replies: 1
    Last Post: 04-23-2013, 07:18 PM
  3. Replies: 3
    Last Post: 03-21-2013, 11:32 AM
  4. Replies: 1
    Last Post: 10-07-2012, 12:20 PM
  5. Creating an Inventory Form in Access
    By KIDRoach in forum Forms
    Replies: 0
    Last Post: 09-13-2009, 11:39 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