Pyro
Too busy to comment
- Local time
- Tomorrow, 08:39
- Joined
- Apr 2, 2009
- Messages
- 127
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, sdate, notes, numberin, numberbo
Rather than stuff around trying to make several queries and joining them all up, is it possible to create just one query that will show all of this info?
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, sdate, notes, numberin, numberbo
Rather than stuff around trying to make several queries and joining them all up, is it possible to create just one query that will show all of this info?