Hey guys could use some of your help,
I have a two tables containing similar information, which can be seen below. The table on the left has unique entries for peoples 'names', however two people can share the same 'GroupID' (for grouping reasons). I am looking to put a relationship between the 'GroupID' fields in both tables but I require some kind of concatenate field to merge all the people with a matching 'GroupID' into the one 'Names' field (in the right table).
e.g. The table on the right would end up with:
GroupID = 1
Names = Fred; Oliver
Thanks in advance for any advice you can give me,
Jack.
I have a two tables containing similar information, which can be seen below. The table on the left has unique entries for peoples 'names', however two people can share the same 'GroupID' (for grouping reasons). I am looking to put a relationship between the 'GroupID' fields in both tables but I require some kind of concatenate field to merge all the people with a matching 'GroupID' into the one 'Names' field (in the right table).
e.g. The table on the right would end up with:
GroupID = 1
Names = Fred; Oliver
Thanks in advance for any advice you can give me,
Jack.
Last edited: