Hello,
I am trying to crate a query that will provide an output row with the part number and the short date.
Query 1
Has the part number/ usage date / usage qty
Query 2
Has part number / on hand inventory
Example
Item. Usage date. Qty. used
548-542 4/6/2018 1
548-542 4/16/2018 2
548-542 4/24/2018 1
548-542 5/2/2018 1
548-542 5/10/2018 1
548-542 5/18/2018 1
548-542 5/25/2018 1
645-214 4/9/2018 2
645-214 5/4/2018 2
645-214 5/8/2018 1
645-214 5/23/2018 2
645-214 6/21/2018 2
645-214 7/6/2018 1
Query 2
Item. Current Qty.
548-542 5
645-214 4
So the desired out put would be
Item. Short date
548-542. 5/10/2018
645-214. 5/8/2018
Thanks
I am trying to crate a query that will provide an output row with the part number and the short date.
Query 1
Has the part number/ usage date / usage qty
Query 2
Has part number / on hand inventory
Example
Item. Usage date. Qty. used
548-542 4/6/2018 1
548-542 4/16/2018 2
548-542 4/24/2018 1
548-542 5/2/2018 1
548-542 5/10/2018 1
548-542 5/18/2018 1
548-542 5/25/2018 1
645-214 4/9/2018 2
645-214 5/4/2018 2
645-214 5/8/2018 1
645-214 5/23/2018 2
645-214 6/21/2018 2
645-214 7/6/2018 1
Query 2
Item. Current Qty.
548-542 5
645-214 4
So the desired out put would be
Item. Short date
548-542. 5/10/2018
645-214. 5/8/2018
Thanks