Results 1 to 9 of 9
  1. #1
    VISHAL.VODRO is offline Novice
    Windows 10 Access 2016
    Join Date
    Feb 2019
    Posts
    9

    Simple Inventory System

    Hi!



    I'm just trying to create a very simple Inventory Application INVENTORY.zip for my small Office, where I just need to keep the record of purchasing Product then Issuing to the Employees as per the requirement. I'm not into selling anything, just receiving the product and issuing for self purpose.

    Activities involved are:
    ================================================
    1.Purchase the Products from Suppliers/Shops.
    2.Storing into the Warehouse.
    3.Issuing to the Employees according to the requirement.
    4.Reporting the Closing Stocks.
    5.Keeping the track of Minimum Qty alert for re-ording.

    Issues I faced so far:
    ================================================
    Require ESC button press to close the form with a Prompt rather using mouse/Alt+F4

    Table/Form > ADD_PRODUCT :
    Combo boxes to be entered (if it's new item) by pressing F3 so that I don't need to type the same content twice.

    Table/Form > PRODUCT_ISSUED :
    Employee name (if new entry) to be entered by pressing F3
    Designation to auto populate depending upon Employee Name
    Multi products list for Issue and Receive scenarios

    QUERY :
    How to get Item wise Closing Stock rather showing individual and repeated (i.e Goggles repeated twice)
    Need to see which products are below Minimum Level.

    REPORT :
    Specific Date/Month wise transaction report of Issued/Received etc.
    Employee wise report.
    Category wise report.
    Product wise report.

    NOTE :
    I'm very new at this Access stuff. All this years have been working in Excel with frequent formulas made me puzzled in Access hoping if some formulas like VLOOKUP etc could work.

    I wanted a very simple Database and avoid VB Code if possible.

    Thank you very much for your Time & Concern.

    From India with Love.
    Vishal Vodro.

  2. #2
    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,722
    I suggest you review the Similar Threads at the bottom of the page for general help.
    Do you have specific questions? As you are learning, Access and Excel are built on different object models.
    This link Inventory of IT Assets model may be helpful. The facts behind the model are here.

    Good luck.

  3. #3
    VISHAL.VODRO is offline Novice
    Windows 10 Access 2016
    Join Date
    Feb 2019
    Posts
    9
    Thanks for the reply.

    And yes, I'm totally new in this forum due to lacking of knowledge in access which I expect to cover up from here...

  4. #4
    VISHAL.VODRO is offline Novice
    Windows 10 Access 2016
    Join Date
    Feb 2019
    Posts
    9
    Went through some of the links, but found only long long conversation, no proper sample file, my bad, I need to get more deep into it. Yet I'm hoping someone to come up with a simple solution of my queries.

  5. #5
    Minty is offline VIP
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,003
    Try downloading the Northwind Sample database that ships with Access, it has many of the building blocks you need to start you off.

    Inventory isn't simple. Don't expect it to be no matter how simple you think it should be.
    DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
    Please use the star below the post to say thanks if we have helped !
    ↓↓ It's down here ↓↓

  6. #6
    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,722
    Vishal,

    You are unlikely to find an application to match your needs. As minty said inventory applications aren't simple.
    The links I provided shows an Inventory of IT Assets --the tables, relationships and attributes; and the Business facts involved.
    Here is a 26 minute video showing the design,development and operation of a Stock Inventory system
    Good luck with your project.

  7. #7
    ssanfu is offline Master of Nothing
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Vishal,
    I totally agree with comments by Minty and Orange.

    "Old Programmer's Rule" is this: If you can't do it on paper then you can't do it in Access. Until you can draw out your tables AND rules for how they change for each function you want to perform, you are going nowhere fast.


    I modified your dB to be more normalized. I changed some object names to remove spaces and special characters; I also changed the relationships.
    I added a form/sub form to make it easier to issue items. I did not change the supporting forms (adding things).

    Again, you need to design the tables/relationships on paper, then design the forms. You would/should try adding info in the paper forms to see if things work right and correctly.


    Maybe this will help you move forward.

    Good luck with your project....
    Attached Files Attached Files

  8. #8
    VISHAL.VODRO is offline Novice
    Windows 10 Access 2016
    Join Date
    Feb 2019
    Posts
    9
    Quote Originally Posted by ssanfu View Post
    Vishal,
    I totally agree with comments by Minty and Orange.

    "Old Programmer's Rule" is this: If you can't do it on paper then you can't do it in Access. Until you can draw out your tables AND rules for how they change for each function you want to perform, you are going nowhere fast.


    I modified your dB to be more normalized. I changed some object names to remove spaces and special characters; I also changed the relationships.
    I added a form/sub form to make it easier to issue items. I did not change the supporting forms (adding things).

    Again, you need to design the tables/relationships on paper, then design the forms. You would/should try adding info in the paper forms to see if things work right and correctly.


    Maybe this will help you move forward.

    Good luck with your project....
    You people are so generous and helpful! Never knew that the things which just looked simple turned out to be so complicated. But got many new things to learn from you all. Thank you dear for the modification. Will give it a try and revert.

  9. #9
    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,722

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

Similar Threads

  1. Inventory System in Access
    By Antonww in forum Access
    Replies: 6
    Last Post: 11-29-2017, 06:35 AM
  2. simple to use FIFO inventory system
    By arran in forum Database Design
    Replies: 3
    Last Post: 02-14-2013, 03:14 AM
  3. An inventory system
    By stew8908 in forum Access
    Replies: 3
    Last Post: 05-08-2012, 05:50 PM
  4. Help with "simple" inventory system
    By waltb in forum Database Design
    Replies: 14
    Last Post: 07-06-2011, 01:45 AM
  5. Inventory System
    By Rawb in forum Database Design
    Replies: 8
    Last Post: 01-05-2011, 07:26 AM

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