G
Guest
I have developed a (what used to be) simple inventory control database to
replace the old Cardex system the buyers in my company use to track product
inventory.
Here is what I have so far…
tblInvTransactions
TransID
TranTypeID (FactoryCount, Deduction, Return, etc- from tblTransType)
ProductID
POID
QtyOrdered
QtyOut
QtyAdjusted
QtyCounted
QtyIn
BuildingID
tblPurchaseOrders
POID
PONumber
SupplierID
EmplyeeID
ShipViaID
StausID
POMemo
I have very simple forms used to view and manually add transactions into the
InvTransactions table.
Here is my problem…
I would like to be able to have tables that relate in the following way to
track PO Received Goods.
Each PO could have many products
Each Product could have many release Qtys and Dates
Each Release could have many receipt Qtys and Dates
And now my simple DB has gotten very complex. I have tried numerous times
to design the tables and relationships needed but I keep getting hung up on
the qtys in the additional tables get “back into?†the Inv Trans table.
Could one of you smart people get me on the right track?
Thanks,
Diane
replace the old Cardex system the buyers in my company use to track product
inventory.
Here is what I have so far…
tblInvTransactions
TransID
TranTypeID (FactoryCount, Deduction, Return, etc- from tblTransType)
ProductID
POID
QtyOrdered
QtyOut
QtyAdjusted
QtyCounted
QtyIn
BuildingID
tblPurchaseOrders
POID
PONumber
SupplierID
EmplyeeID
ShipViaID
StausID
POMemo
I have very simple forms used to view and manually add transactions into the
InvTransactions table.
Here is my problem…
I would like to be able to have tables that relate in the following way to
track PO Received Goods.
Each PO could have many products
Each Product could have many release Qtys and Dates
Each Release could have many receipt Qtys and Dates
And now my simple DB has gotten very complex. I have tried numerous times
to design the tables and relationships needed but I keep getting hung up on
the qtys in the additional tables get “back into?†the Inv Trans table.
Could one of you smart people get me on the right track?
Thanks,
Diane