I have a screen "frmIssueNew" where we issue parts from our parts room to trucks being built. Parts get issued to an Operation Number in the truck. Currently there is no way of limiting which operation number the inventory items go to. for example... They could issue Wrenches to operation number 1.00 when it really goes to 2.11. I have made a table "tblNon" that lists some of the obvious InventoryID's that do NOT go with certain OperationNumberID's.
tblNon
NonID
InventoryID
OperationNumberID
I'm not sure if this is the best way to set it up. Also, I need help creating a pop up box that does not allow these parts to get issued to those certain operation Numbers.
Any advice is greatly appreciated!! Thanks!
tblNon
NonID
InventoryID
OperationNumberID
I'm not sure if this is the best way to set it up. Also, I need help creating a pop up box that does not allow these parts to get issued to those certain operation Numbers.
Any advice is greatly appreciated!! Thanks!