Results 1 to 4 of 4
  1. #1
    swhennen85 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2013
    Posts
    7

    Office Supply Inventory

    Good afternoon everyone!



    I'm new to the forums and somewhat new to Access. I took a college course several years ago on Access 2003 and I've forgotten a lot of that information. Right now, where I work, someone on my team designed a Consumable Inventory system in Excel. We are able to scan someone's badge, place an order in for supplies, and it logs the transaction and the cost associated to that person's ID number. Although, it's not too bad, I think that for what it should be doing, it needs to be made in Access. I also want to tweak it to run certain reports, and measure restocking levels.

    I have the ideas on how I want it to work all written down, but I lack the knowledge on getting started with Access. So, I would like to ask for any advice or help on what to do.


    • The inventory design I have in mind should open up a Form that looks like a Login Page. It should contain a single text box that if our team can enter or scan an Employee ID number (Oracle number it's called at our work) and it will automatically bring up a Supply Order Form that's linked to that Oracle Number. It should display "Employee First Name, Employee Last name" - "Oracle Number", "Department" in the Form Header. The login page should also have a button labeled, "Admin" where it unlocks the program and allows our team to edit any information, such as adding new employees, adding new inventory, updating Cost of Unit, etc.



    • The Supply Order Form I had in mind should be like ordering online. It will contain a list of all the supplies we have in our office available to sign out, and have check boxes so the user can click on one or multiple items to "Add to Cart". Next to the check box, are column headings that should read in order: Item, Item #, Cost Per Unit, QTY In Stock, QTY Ordered, and Total Cost for each item selected. Eg. Item = Pencils, Item # 123456, Cost per Unit = $0.30, QTY in Stock = 50, QTY Ordered (Have a text box to manually enter the number they would like), and the Total Cost is auto updated based on Cost per Unit * QTY Ordered. At the very bottom of the form, it will have the grand total of their projected transaction.



    • At the bottom, there should be two buttons: A Cancel Order button, where it will clear the transaction, not record it, go back to the Login Page. The second button will be to "Add to Cart." This will bring up a smaller, popup form that will be used for the User to Review the Transaction Summary before processing the order, just to verify the order is correct. It should have the option to bring up a warning prompt or proceed to a verification form:
      • The warning prompt is for Data Validation and should prevent the user from continuing with the order if the QTY Ordered will make the QTY in Stock less than 0. It should say something like "QTY Ordered exceeds QTY in Stock. Please change order amount,' and redirect the cursor to the item that is affected.
      • The verification form will ask, "Is the below information correct?" It should show a summary of all items that were checked on the Order Form, with the following information: Item, Item #, Cost Per Unit, QTY in Stock, QTY Ordered, Total Cost, and QTY after Order is complete. At the end of this, there should be two buttons again. One to Cancel and go back to the Order Form, and one to Proceed with the Transaction. Once proceeded, it should do several things:

        • It should briefly prompt a message saying the Transaction was successful, and if possible, return to the Login Screen.
        • It will update the QTY In Stock - QTY Ordered.
        • It will record the entire transaction done with the following information: Date/Time of Transaction, Employee First Name, Employee Last Name, Oracle Number, Item, Item #, QTY Ordered, and Total Cost.



    • I want to be able to run and print several reports.
      • A Restock Item Report. This would only display items that fall below a set Restock level for a particular item. This report anyone could print so that our manager can look at it and order the supplies.
      • A Transaction History Report by Item.
      • A Transaction History Report by Employee.


    Also, I'd like to be able to do this in Access 2003. We have two networks where I work, and the computer that will be running this only is allowed to use Access 2003, for reason's beyond me. That's really all I can think of at this time. I had tried creating tblEmployees, tblInventory, and tblTransactions to get started, but that's what I'm stuck with. I deeply apologize for such a lengthy post and not having enough knowledge in Access. I'm just looking for a way to make something more automated and make our jobs just a little easier.

    Any help would be immensely appreciated.


    Thank you!

    -Shaun
    Last edited by swhennen85; 02-01-2013 at 03:22 PM. Reason: Forgot information

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,920
    Get data structure designed before thinking about forms and reports. Define data entities and relationships. Set up tables.

    Have you looked at the Microsoft Inventory database template? Don't know if there is one available for 2003 but could get ideas from 2010 example.
    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
    swhennen85 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2013
    Posts
    7
    I tried taking a look at the Northwinds ones just to be a little familiar with them. I even did the Goods one for 2010 on my home PC just to take a look. That one seems very close to what I'd like to do, however I'd have to remove a lot of the fields. Anytime I try, I end up screwing up the db from functioning. So that's why I figured it'd probably be easier to just do it from scratch. I know, I fail at Access.

    I did see the login screen I could use. It was a list box that you could select the users. I would want to change it a text box, and be able to scan a badge into it to Login. I wouldn't need any supplier or shipper information.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,920
    Good Luck. When you encounter specific issue that need help with, post a thread.
    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. Products Inventory Dilema,Add To Inventory
    By burrina in forum Forms
    Replies: 3
    Last Post: 12-02-2012, 12:10 PM
  2. Replies: 3
    Last Post: 09-12-2012, 09:20 AM
  3. Upgrading from Office XP to Office 2010
    By Mohamed in forum Access
    Replies: 1
    Last Post: 02-20-2012, 11:32 AM
  4. Supply and demand query
    By jamtrad in forum Queries
    Replies: 7
    Last Post: 01-26-2012, 02:29 PM
  5. Form to supply parameters to a report
    By Ray67 in forum Reports
    Replies: 11
    Last Post: 07-22-2011, 02:06 PM

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