Results 1 to 2 of 2
  1. #1
    m.gomez36 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2013
    Posts
    4

    Running total / Form

    I'll try to make this short but sweet.

    I am trying to keep track of inventory and I have a table w/ a base amount of each material. I have a form for work orders that includes how much material will be used for the order. how can I subtract or add the material used or gained from these forms to my "inventory table"???

    If there is an easier way I will gladly try. Thanks in advance for any help.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,441
    There's no 'short' answer for inventory control databases but here are some things you will want to do:

    1. Have a table for your Purchase Order main information (customer, date, etc)
    2. Have a table for your purchase order detail (materials, quantities, etc)
    3. If you record your purchases of materials with the vendor's PO's they can go into this same structure (no need to add another form that adds data to a different table if the data collected is similar)
    4. Have a table that has all your items listed
    5. Have a table that stores your materials and the starting balance of those materials (you can, by default assume they are zero then on your initial month end inventory 'add' materials to equal your materials on hand)

    to get a 'current balance' of materials you would then sum all receipts and subtract all disbursements of materials up to the time of the PO (or other reporting period like monthly financial reporting, reordering volume warnings, etc).

    You do ***NOT*** want to update a table with your quantity on hand every time you use/add to your stockpile. It is a very, very bad method for keeping track of your inventory as you have absolutely zero audit trail.

    For instance let's say you receive 100 pounds of Item X, but accidentally enter it as 100 pounds of Item Y. At your month end or year end inventory you'll have an accumulation of these errors with no way to track them down or tie them to your original purchases or sales.

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

Similar Threads

  1. Running total
    By edwardcga in forum Reports
    Replies: 1
    Last Post: 11-28-2013, 12:04 PM
  2. Running Total on Form with Subform
    By Njliven in forum Forms
    Replies: 1
    Last Post: 06-18-2013, 11:49 AM
  3. Replies: 2
    Last Post: 12-05-2012, 02:41 PM
  4. Running Total Query??
    By kwooten in forum Queries
    Replies: 8
    Last Post: 06-15-2012, 06:10 AM
  5. Running total
    By lololthis in forum Queries
    Replies: 5
    Last Post: 06-21-2011, 04:14 PM

Tags for this Thread

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