Sivu
105 pts. | Feb 6 2009 9:32AM GMT
That depends on your data, if you are maintaining separate keys for sales and purchase orders of the each product then there should be no problem as such, else :
1. you do a full outer join on these tables with your inventory table
2. write a two queries for sales & purchase and run both with UNION ALL in between two SQLs.
Arlin
70 pts. | Feb 6 2009 4:46PM GMT
Hi Sivu,
I have GUID’s in the Inventory Table for Sales and Purchasing.
When I link the Sales table, I don’t see the link I’ve made to the Purchasing table and vice versa.
I’ll try the Union All.
Thanks for the tip.
Arlin






