Does anyone have a SQL script to find Inventory Items with Shipped not Invoiced amounts?
*This post is locked for comments
Does anyone have a SQL script to find Inventory Items with Shipped not Invoiced amounts?
*This post is locked for comments
Chuck,
select InvtID,* from location where InvtID = 'xxxxxx' and QtyShipNotInv <>'0'