landono0660
New member
- Local time
- Today, 03:09
- Joined
- Aug 18, 2022
- Messages
- 4
Hello all,
I'm new to Access and am starting up a very simple lab inventory database. The transactions are simple and there are no aspects of sales involved. A lab worker needs to stock material on the floor, he removes what he needs and then logs a transaction in the database.
I have a MasterInventory table and an ItemTransactions table I'm working with that I can't quite figure out. I understand that you shouldn't store aggregate data and a way to do this is through Queries. I have created one Query using an IIF() expression that reads Addition/Removal from TransactionTypes, and then either adds or subtracts this from MasterInventory.QuantityOnHand to give a "Current Inventory". This is fine but every transaction that has been made for that item with add or subtract from that initial QuantityOnHand value. I'm thinking of actually changing QuantityOnHand to BaseQuantity or StartupQTY. I believe now from what I've read on this forum is it may be better to set up a query based off ItemTransaction.Quantity totals.
With all that being said I'm open to suggestions. This database has no data yet, I'm preparing it for an initial dump after we finalize stock. If you would like I could send what I have built so far.
Thanks,
Landon O.
I'm new to Access and am starting up a very simple lab inventory database. The transactions are simple and there are no aspects of sales involved. A lab worker needs to stock material on the floor, he removes what he needs and then logs a transaction in the database.
I have a MasterInventory table and an ItemTransactions table I'm working with that I can't quite figure out. I understand that you shouldn't store aggregate data and a way to do this is through Queries. I have created one Query using an IIF() expression that reads Addition/Removal from TransactionTypes, and then either adds or subtracts this from MasterInventory.QuantityOnHand to give a "Current Inventory". This is fine but every transaction that has been made for that item with add or subtract from that initial QuantityOnHand value. I'm thinking of actually changing QuantityOnHand to BaseQuantity or StartupQTY. I believe now from what I've read on this forum is it may be better to set up a query based off ItemTransaction.Quantity totals.
With all that being said I'm open to suggestions. This database has no data yet, I'm preparing it for an initial dump after we finalize stock. If you would like I could send what I have built so far.
Thanks,
Landon O.