Products used on bookings that are no longer in inventory
Last Modified on 30/08/2017 1:34 pm EDT
select * from tblitemtran where ISNULL(product_code_v42 , '') <> '' AND ISNULL(product_code_v42 , '') NOT IN ( select ISNULL(product_code, '') from tblinvmas)