I want to make a report or an RTF that lists all the records in one table, and then pulls the corresponding records from another table, which may have multiple records for the corresponding master record. And I want to list them, rather than on each line, behind one another in text.
For example, instead of:
1 a I
2 b I
2 b II
2 b III
3 c I
You would have:
1 a I
2 b I, II, III
3 c I
Any ideas the best way to tackle this? If you can point my in the right direction, it would be helpful.
For example, instead of:
1 a I
2 b I
2 b II
2 b III
3 c I
You would have:
1 a I
2 b I, II, III
3 c I
Any ideas the best way to tackle this? If you can point my in the right direction, it would be helpful.