I cannot join the two tables because of the following problem:
Table 1 Table 2
Code Code Description
AA AA Blue
002 002 Red
Do not care
BB BB Purple
048 048 White
678 678 Pink
I'm trying to join the two tables so I can get the descriptions from table 2. It does not work? What can I do if the code is null but I have a description? (see the third code from the top).
Is it possible to capture that information "do not care" by joining the two tables?
Thank you for your time.
Table 1 Table 2
Code Code Description
AA AA Blue
002 002 Red
Do not care
BB BB Purple
048 048 White
678 678 Pink
I'm trying to join the two tables so I can get the descriptions from table 2. It does not work? What can I do if the code is null but I have a description? (see the third code from the top).
Is it possible to capture that information "do not care" by joining the two tables?
Thank you for your time.