S
Steve
HI
I wanted to compare 2 fields in different tables and take this field
from 1 table or another
depending on some criteria.
Both tables have Part Name and the Part Description.
I would do a Left Join (Table1 (master table) -> Table2)on Part Name and
I want to output
The Part Name and The Part Description. The Part Description
I want output would be from Table2 Unless it is Null then I would take
the PArt Description
from Table 1
Any Help would be appreciated
Thanks
Steve
Table1
part name Part description
Part1 Part1 Desc
Part2 Part2 Desc
Part3 Part3 Desc
Table2
part name Part Description
Part1 Part1 Updated Desc
Part2
Part3 Part3 Updated Desc
I wanted to compare 2 fields in different tables and take this field
from 1 table or another
depending on some criteria.
Both tables have Part Name and the Part Description.
I would do a Left Join (Table1 (master table) -> Table2)on Part Name and
I want to output
The Part Name and The Part Description. The Part Description
I want output would be from Table2 Unless it is Null then I would take
the PArt Description
from Table 1
Any Help would be appreciated
Thanks
Steve
Table1
part name Part description
Part1 Part1 Desc
Part2 Part2 Desc
Part3 Part3 Desc
Table2
part name Part Description
Part1 Part1 Updated Desc
Part2
Part3 Part3 Updated Desc