Results 1 to 3 of 3
  1. #1
    ratib hussaini is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2012
    Posts
    1

    Updating available QTY in Stock

    I making a database for inventory control. The company has a warehouse and 2 stores, you can name them Location A, B and C. The same products could be in 3 of them. recently I made a customer order form where I can enter customer order, but I cant figure out, how to update the inventory. e.g if a product is sold from location A it should automatically update the inventory in location A.



    And also I want a form for internal transaction. e.g. If company moves some of the items from location A to B or other,, after filling form it should automatically update all locations. Any idea from your side will be appreciated. thanks

  2. #2
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,951
    Saving aggregate data is usually not advisable. The data can become out-of-sync with the source info. Audit trail is broken, error in saved value difficult to identify and fix.

    Ideally, save raw data in relational database then calculate aggregate data, such as inventory balance.

    Raw data would be transactions for product in/out/transfers.

    Building this db will not be quick and easy. There are off-the-shelf apps already available for this and even they have issues - http://www.sleeter.com/blog/2012/09/...base-problems/

    Here is an Access template for inventory tracking but I expect it is designed for single site:
    http://office.microsoft.com/en-us/te...001018458.aspx
    I don't know if it saves aggregate values or calculates balances on-the-fly but you might want to check it out.
    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 stock levels
    By Sagrado in forum Access
    Replies: 1
    Last Post: 03-15-2012, 10:20 PM
  2. Fair Value of Stock
    By Scorpio11 in forum Access
    Replies: 1
    Last Post: 01-04-2011, 10:45 AM
  3. Stock-take
    By Cullen1109 in forum Access
    Replies: 12
    Last Post: 10-04-2010, 11:16 AM
  4. Updating Stock Quantity
    By jordanturner in forum Queries
    Replies: 11
    Last Post: 09-10-2010, 08:28 PM
  5. SQL Update stock Query HELP!!!
    By jordanturner in forum Queries
    Replies: 6
    Last Post: 09-06-2010, 10:34 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