I have a table with accounts and their owners then I have a Joint Owners table where there can be more than 1 joint owner. A 1 to many relationship exits with the AccountNumber. I have a report that shows the owner on one line and I want to have the joint owners added in either of the following formats.
John Doe (owner)
Jane Doe (joint owner), Jeff Doe (joint owner)
or
John Doe (owner)
Jane Doe (joint owner)
Jeff Doe (joint owner)
I saw this post from Allen Browne but not sure how to add this to my report already and to get it in the second option above (my preference if it can be done).
http://allenbrowne.com/func-concat.html