Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to Access Forum    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
Looking for best practice
Scott Buffington 
    
3 years ago
I have an Inventory database that I was tasked with making work.  Its for tracking inventory.  At the moment there is a table of Inventory items with Qty on hand and other info.  Then there are table for received inventory and another table for inventory used.  We need to track quantities used as well as lot numbers and which jobs the material is used on.  At the moment there is an error in qty on hand for one of the materials.  It almost like a received amount didnt get entered only because of the amount were off by.  About 250 gallons of part a of a 2 part mix.  Is there a way of tracking actual entries either received or used, almaost like a secondary log of entries.  Im not even sure this makes sense or would even be useful.  Any thoughts?
Kevin Robertson  @Reply  
          
3 years ago
You can track actual entries by creating a separate table to log the inventory transactions. This table can store information about received inventory and inventory used, including quantities, lot numbers, and associated jobs.

Here's an example of how you can structure the table:

Inventory Transactions Table:
   - TransactionID (Primary Key)
   - JobID (Foreign Key referencing the Jobs table)
   - MaterialID (Foreign Key referencing the Inventory Items table)
   - TransactionTypeID (Foreign Key referencing the Transaction Type table(Received/Used))
   - Transaction Date
   - Lot Number
   - Quantity


Whenever you receive inventory, you would insert a new record into the Inventory Transactions table with the transaction type set as "Received." Similarly, when inventory is used, a new record would be added with the transaction type set as "Used." The Material ID and Job ID fields allow you to link the transaction to the respective items.

By maintaining this separate log of entries, you can track the exact quantities received and used, as well as associate them with specific lot numbers and jobs. This will help you identify any discrepancies in the quantity on hand, such as the missing 250 gallons you mentioned.

You can create forms or queries to facilitate data entry and retrieval from the Inventory Transactions table. This way, you can easily view the history of inventory transactions and identify any potential issues.

Remember to update the quantity on hand in the Inventory Items table based on the transactions recorded in the Inventory Transactions table. You can use queries to calculate the current quantity on hand by summing the received quantities and subtracting the used quantities.

By implementing this secondary log of entries, you can enhance the accuracy and traceability of your inventory tracking system.

I hope this helps.
Scott Buffington OP  @Reply  
    
3 years ago
yeah it makes complete sense, I'll work on implementing it.  If i have any more questions I'll post back here.  Once again youve been a huge help.  thank you!  Oh one last thing would this look like Richards transaction log techhelp?
Scott Buffington OP  @Reply  
    
3 years ago
One other point of reference is I keep the Qty on hand with the inventory item in the inventory table.  I either add to or subtract from using an update query for each way i.e. one to add for receiving, and one to subtract based on daily amounts used.  We typically purchase the spray components every quarter in a 500 gallon tote set of our most used material.  I suspecting that we either missed a tote (250) gallons when we did physical inventory, and that is where the error started.  But that is just a guess.  thank you again

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Access Forum.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 6/14/2026 1:30:21 AM. PLT: 1s