Hello Friends
I need your help/opinion for the following situation:
I have three separate item master tables from three different MRP systems (say MRP1, MRP2 and MRP3). Each part is either of “Type” “Buy” or “Make”. A part can be in one, two or all three MRP tables (systems).
I need to create a query that will determine which MRP system a part exists in and add information like following in a new field (say MRP Info)
“MRP1-M, MRP2-B, MRP3-M”
Earlier I had tables from two (rather than three) MRP systems and I used function “Switch”. It has been working fine but recently another table (MRP system) has been added to the mix and I need to update my query for incorporating this third MRP. I am wondering if there is a better way of doing this because there may be another expansion coming (by adding fourth table) in near future.
Thanks for your time
Rajesh
I need your help/opinion for the following situation:
I have three separate item master tables from three different MRP systems (say MRP1, MRP2 and MRP3). Each part is either of “Type” “Buy” or “Make”. A part can be in one, two or all three MRP tables (systems).
I need to create a query that will determine which MRP system a part exists in and add information like following in a new field (say MRP Info)
“MRP1-M, MRP2-B, MRP3-M”
Earlier I had tables from two (rather than three) MRP systems and I used function “Switch”. It has been working fine but recently another table (MRP system) has been added to the mix and I need to update my query for incorporating this third MRP. I am wondering if there is a better way of doing this because there may be another expansion coming (by adding fourth table) in near future.
Thanks for your time
Rajesh