Gang,
I have two tables of data. I would like to lookup a all data items in the second table (first col) in the first table (first col) and if found concatenate the associated text data to that of the text data in the first Table.
Data example;
Table 1 Table 2
9876 a 1234 z
8765 b 2345 y
7654 c 3456 x
3456 d 4567 w
The result of the function would be table 1, would show the item 3456 with the text field amended to d,x
3456 d,x
Can anybody help with this, cheers Sherriff
Bookmarks