Results 1 to 3 of 3
  1. #1
    ryan400 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2014
    Posts
    1

    Inventory Tracking Form


    I need to create a form and data base for tracking inventory.

    The form needs to make note of a vendor, status (incoming/outgoing), and then a series of numbers (the items all have associated numbers). is there a way for me to make a nice form that allows me to do this. Ideally I would like the database to have an entry for every item, but I would like the form to be submitted only once. So basically they type the 20 different number for 20 different items, hit submit, and the form makes 20 new rows in the database.

    How would I go about making this?

  2. #2
    trevor40's Avatar
    trevor40 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Feb 2014
    Location
    Australia
    Posts
    407
    try using the inbuilt help system in access, start with table design, then form design. You probably need 2 tables main and parts, they need to be linked so many parts can be linked to one record in the main table. the inbuilt design wizard should be able to do this for you. then create a form using the wizard and base it on both tables, you will need to have the parts table as a sub form within the main form, access will take care of the relationships so lone as the initial table design is correct.

  3. #3
    Xipooo's Avatar
    Xipooo is offline Sr. Database Developer
    Windows 8 Access 2013
    Join Date
    Jan 2014
    Location
    Arizona
    Posts
    332
    I think you should study up on database design and normalization to first learn how to create a good foundation of your database. Then from there learn how to query your data from those tables. Then finally how make forms that use your queries to interact with your database tables.

    You really want to learn the basics first before just jumping into a project. It is very easy to design a database poorly at the start but not realize it until it's too late and have to either start all over again or put a ton of work into fixing it.

    There are lots of good videos on Youtube, and the website http://allenbrowne.com/ has lots of good information to help you get started. There is also the Tutorials section of this forum where many tutorials are posted: https://www.accessforums.net/tutorials/

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

Similar Threads

  1. Tracking Inventory At Multiple Locations
    By Dustin in forum Database Design
    Replies: 4
    Last Post: 12-28-2013, 10:32 PM
  2. Tracking Inventory with Multipacks
    By CaneRivero in forum Database Design
    Replies: 8
    Last Post: 12-03-2013, 01:03 PM
  3. Need inventory tracking and invoice forms
    By jayvan39 in forum Forms
    Replies: 33
    Last Post: 02-23-2013, 01:12 AM
  4. Inventory Tracking
    By PUDrummer in forum Access
    Replies: 3
    Last Post: 10-10-2012, 05:42 AM
  5. Inventory tracking with Ms Access (newbie)
    By sanlen in forum Access
    Replies: 5
    Last Post: 02-14-2012, 07:27 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