Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901

    I provided the framework for the additional tables you would need for a typical inventory system. In a typical order inventory system, you have companies (customers) buying items from you and you buy items from other companies (suppliers) that you use to make items.

    I guess we need to understand from you what your process is. Do you have a typical order inventory type application or are you dealing with some other type of process?

  2. #17
    JayX is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2011
    Posts
    62
    Sorry for not clarifying...I have a very basic inventory system. It doesn't even involve suppliers. The point of my inventory system is just to control what is going on within the company. For example if an employee of the company goes to the supply room and takes out 10 small gloves they will then click the '-' button I have in my form which then a message box will appear saying 'Please enter amount being taken" which it will then subtract that number from the total inventory. Goes for the same for the '+' button but obviously adds to the inventory.

  3. #18
    JayX is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2011
    Posts
    62
    Im attaching snapshots so you can get a visual of what I am talking about.

    As you can see Joe Schmo added 5 bars of soap to the total inventory by clicking on the plus button. Once that information is done being entered the 'enter' button is clicked which it then brings you to the Inventory Control form showing detailed information about the inventory control.

    My next step that I need to do is put the information on the Inventory control page into a report view so that every time someone adds or takes out from the total it keeps track automatically updating the report view.

  4. #19
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    For example if an employee of the company goes to the supply room and takes out 10 small gloves they will then click the '-' button I have in my form which then a message box will appear saying 'Please enter amount being taken" which it will then subtract that number from the total inventory. Goes for the same for the '+' button but obviously adds to the inventory.
    The table structure I proposed should handle what you want to do. Instead of companies, you have employees. Also, you would not have a total inventory field. You would just record transactions in/out of inventory. The amount in inventory at any one point in time is a calculated value (add the additions to inventory and then subtract removals from inventory to get the current inventory total). You would use a query to do this. You can use a similar query on which to base the report you discussed.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Send e-mail with info from Report
    By mari_hitz in forum Import/Export Data
    Replies: 22
    Last Post: 12-17-2011, 06:24 PM
  2. Sending Results of Querty to Report
    By Xiaoding in forum Programming
    Replies: 16
    Last Post: 06-27-2011, 02:36 PM
  3. Replies: 3
    Last Post: 04-27-2011, 06:34 PM
  4. Replies: 2
    Last Post: 08-17-2010, 10:54 AM
  5. Replies: 0
    Last Post: 07-06-2010, 08:12 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