Hey,
I have 4 tables:
tblproduct_record{productid, productname}
tblstocktake_detail{stocktakeid, sdate, notes}
tblstocktake_product_in{piid, stocktakeid, productid, numberin}
tblstocktake_back_order{boid, stocktakeid, productid, numberbo}
I'm trying to make a query that shows productname...