Hi guys, thanks in advance to see my topic.
Here is my problem:
There is two tables named Factory Table & Office Table,and see below:
Factory Table
FID --- OID
1 ------ 1,2
2 ------ 3
3 ------ 2,4,5
4 ---- --- 5
Office Table
OID --- OfficeName
1 ----- - -- A
2 ------ --- B
3 ------ --- C
4 --- -- -- D
5 --- ------ E
What I want to output
FID ------- Name
1 ------ -- A,B
2 ------ -- C
3 --- --- -- B,D,E
4 ------ -- E
Please help~! Thank you so much!