Using CR 8 with SQL Server 2000
What I am doing is trying to do the follwing:
Each items is stored in all location (A, B,C)
table connections:
Header_order -> Header_detail -> Items
I only need to test for specific items.
if items (ranges 1..10) has qty in location B
but for all the rest I need to check location A and C
Please advice.
Thank you
What I am doing is trying to do the follwing:
Each items is stored in all location (A, B,C)
table connections:
Header_order -> Header_detail -> Items
I only need to test for specific items.
if items (ranges 1..10) has qty in location B
but for all the rest I need to check location A and C
Please advice.
Thank you