Hi All,
Just a quick question, i'm trying to add a value to a table by checking another table to get the correct value. For example:-
Table 1
Part Number-Classification-Newly Inserted Value
1 A
1 A
2 B
Table 2
Part Number-Value To Insert
1 Value1
2 Value2
However when I run my query is tells me it cannot run as the sub query returned more than one result.
Does anyone have any suggestoins as to how I could work around this?
Thanks in advance
Jez
Just a quick question, i'm trying to add a value to a table by checking another table to get the correct value. For example:-
Table 1
Part Number-Classification-Newly Inserted Value
1 A
1 A
2 B
Table 2
Part Number-Value To Insert
1 Value1
2 Value2
However when I run my query is tells me it cannot run as the sub query returned more than one result.
Does anyone have any suggestoins as to how I could work around this?
Thanks in advance
Jez