Results 1 to 5 of 5
  1. #1
    FriQenstein is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Jan 2019
    Posts
    98

    Make changes to inventory quantity after a sell via form

    Hi all,



    I'm trying to find the simplest way to create a for that will allow a user to make a basic addition or subtraction to existing inventory already in the DB table.

    I'm using 1 main table for the main inventory. I will create a form to allow the user to search for the part number to verify they have the right item, then allow them to alter the total quantity in stock (either + or -), save that change and exit the form.

    Most of the examples I'm finding aren't really explaining how to go about doing the modification to the item quantity. Some of the examples keep showing how to use an Update or Amend function, but that seems a bit over the top for what I'm thinking... unless I'm missing something altogether.

    Could someone please shed some light on either a preferred method to doing this, or perhaps a link with an example that actually shows how to link up the information and execute the form to alter the quantity on hand?

    Regards.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Quantity on hand should be calculated when needed, not saved in table. Review http://allenbrowne.com/AppInventory.html
    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
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,740
    Have a look at this. Working system with Data dummied up.
    Pay particular attention to the Adjust Stock button on the products form.
    SampleInventory-davegri-v01.zip

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Here is a link to a free youtube video re Stock Management from Software Matters. It should give you some insight to design and development of a database for Inventory/Stock management.
    Good luck

  5. #5
    FriQenstein is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Jan 2019
    Posts
    98
    Thanks for the insight guys.
    I'll look in to those.

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

Similar Threads

  1. Replies: 15
    Last Post: 02-24-2019, 08:38 PM
  2. How to make inventory transaction table
    By BEubanks in forum Database Design
    Replies: 5
    Last Post: 06-12-2018, 01:31 PM
  3. Replies: 3
    Last Post: 06-26-2014, 10:08 PM
  4. Add Quantity of Chemicals on Form
    By dlab85 in forum Forms
    Replies: 8
    Last Post: 03-12-2013, 09:06 AM
  5. Replies: 1
    Last Post: 02-21-2013, 12:18 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