Results 1 to 7 of 7
  1. #1
    dylcon is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Ann Arbor
    Posts
    130

    Inventory Management Design

    Hello, I am currently working on a db that will manage less than 100 raw materials within inventory. It should be a relatively easy upper-level design, but I would like to confirm that I am heading down the right track.



    DB ultimate functions:
    • use of forms to input inventory adjustment, product info, customer info.
    • usage of a "forecasting model" that will provide an alert saying that more product needs to be ordered
    • generate a report that can display on-hand quantity for a part


    Questions/concerns:
    • how to develop a forecasting model based on a part's history of consumption and renewal rates.
      • should this be done in excel?


    My current relationship setup is attached. If anyone has any input, I would greatly appreciate it, thanks.Click image for larger version. 

Name:	Relationships1.PNG 
Views:	42 
Size:	28.9 KB 
ID:	13989

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    I expect Access can report out history of usage and averages over periods as well as on-hand balances. If your forecasting involves more analysis than that, Excel might be better tool.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    dylcon is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Ann Arbor
    Posts
    130
    So if I were to use Excel, would that require that Excel is holding all of the data (this could be a lot over the years) and Access is just what the user will see? Or will the data be held within Access and it just calls a function for calculation from Excel?

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Data is in Access. Access can export to spreadsheet or Excel can connect to data in Access.

    What is an example of a forecast calculation you would want to do?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    dylcon is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Ann Arbor
    Posts
    130
    This is the part I am not 100% sure about as of now. Hopefully, I will be able to use the consumption rate and order dates to develop a simple slope and y-int that will be calculated from user input on Access forms. The reason I am using Access in the first place is to reduce humanistic error from incorrect entries.

    So it would be something along the lines of having the user input every inventory adjustment (depletion, order made, date received) to have a dynamically adjustable slope and y-int that will allow for access to compare with on-hand quantities and send an alert when another order needs to be made.

    Does this sound feasible? I am sure there are plenty of templates/already implemented dbs out there, but I haven't found anything that does this exactly.

  6. #6
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    I think you are dealing with 2 separate concepts.
    1 --Operational Inventory management database. (Access with Forms, queries, reports)
    2 --Forecasting model using transactional data from database. (probably Excel using data extracts from database)

    You may also want to research inventory management, reorder points, back order, FIFO...

    Just my $.02
    Good luck with your project.

  7. #7
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Most any calculation done in Excel can be programmed in Access. Don't guarantee same results. I have code in Access to do matrix multiplication. The results are not the same as in Excel. Even when I used Excel functions in Access code, the results were different than with those same functions in an Excel spreadsheet.

    Access also has a graphing utility but is not as versatile as Excel and harder to configure.

    I did not want an Excel component with my db and boss said the Access numbers were good enough so that's what we have.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Inventory Management
    By shazi9b in forum Access
    Replies: 1
    Last Post: 09-21-2013, 03:09 AM
  2. One to One relationship question for inventory management
    By keith701a in forum Database Design
    Replies: 1
    Last Post: 05-17-2012, 04:44 PM
  3. Access Well Customized Inventory management Database
    By itzmemike in forum Programming
    Replies: 5
    Last Post: 04-20-2012, 02:32 PM
  4. Inventory management
    By Mina Garas in forum Access
    Replies: 3
    Last Post: 01-24-2012, 10:40 AM
  5. Problems with Inventory Management Template
    By vandango05 in forum Access
    Replies: 11
    Last Post: 12-15-2011, 08:26 AM

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