J
Joe Williams
Table 1 has a list of standard materials to make a part. (Fro example, a
part takes materials A, B, and C). Table 2 has a list of actual materials
used (for example, B, C, and D)
now, there exists the situation where we sometimes use alternate materials
that are not on the standard list.
Given Table 1 has A, B, and C and table 2 has B, C, and D, how do I create a
query that shows not only what the standard items are but what we actually
used as well? (In this example, the results would be A, B, C and D)
part takes materials A, B, and C). Table 2 has a list of actual materials
used (for example, B, C, and D)
now, there exists the situation where we sometimes use alternate materials
that are not on the standard list.
Given Table 1 has A, B, and C and table 2 has B, C, and D, how do I create a
query that shows not only what the standard items are but what we actually
used as well? (In this example, the results would be A, B, C and D)