I have two data sets: (1) historical unproductive inventory and (2) current unproductive inventory. Every month I run a process to determine the current unproductive inventory (2). If an item is flagged as unproductive, I want to bring in all historical records this item.
In simple math:
If item A in data set (2) is present, pull all records for item A out of data set (1).
How do I best go about this?
Thanks in advance for your help.