C
Cam
Hello,
I have a Routing query which show all seq of step to complete the part.
Another query that show production WIP status. I want to be able to tie them
together so that I can show current orders in each seq of the Routing. I
tried, tried, but couldn't come up with a way to do this.
Any help is appreciated. Here is the sample data.
Routing query/table:
Part Seq Area Mach
ABC 10 Drill 2020
ABC 20 Turn 1060
ABC 30 Inspect
ABC 40 Ship
ABC 50 Complete
ProductionWIP query/table:
Part Seq Area Mach Order Qty
ABC 10 Drill 2020 111200 1
ABC 10 Drill 2020 111201 2
ABC 10 Drill 2020 111205 1
ABC 30 Inspect 111212 2
ABC 40 Ship 111008 2
ABC 40 Ship 111050 1
Resulting query: (would look like in Excel or pivot view)
Part Seq Area Mach Order
ABC 10 Drill 2020 111200 111201 111205
ABC 20 Turn 1060
ABC 30 Inspect 111212
ABC 40 Ship 111008 111050
ABC 50 Complete
Thanks
I have a Routing query which show all seq of step to complete the part.
Another query that show production WIP status. I want to be able to tie them
together so that I can show current orders in each seq of the Routing. I
tried, tried, but couldn't come up with a way to do this.
Any help is appreciated. Here is the sample data.
Routing query/table:
Part Seq Area Mach
ABC 10 Drill 2020
ABC 20 Turn 1060
ABC 30 Inspect
ABC 40 Ship
ABC 50 Complete
ProductionWIP query/table:
Part Seq Area Mach Order Qty
ABC 10 Drill 2020 111200 1
ABC 10 Drill 2020 111201 2
ABC 10 Drill 2020 111205 1
ABC 30 Inspect 111212 2
ABC 40 Ship 111008 2
ABC 40 Ship 111050 1
Resulting query: (would look like in Excel or pivot view)
Part Seq Area Mach Order
ABC 10 Drill 2020 111200 111201 111205
ABC 20 Turn 1060
ABC 30 Inspect 111212
ABC 40 Ship 111008 111050
ABC 50 Complete
Thanks