If I were to make a report that includes an intersectioin table in the query it would contain multiple records for a particular Field in the primary table. This would then make my reports show one line per record, when I'd rather have all the intersection field data in one field.
Example below:
Report shows
CompanyName GuarantorName
----------- -------------
ABC Company John Doe
ABC Company Jane Doe
XYZ Company John Smith
I'd rather it look like this
Company Name Guarantor Name
------------ --------------
ABC Company John Doe, Jane Doe
XYZ Company John Smith
Is there any way to do this? I would think that this would be a common need/issue? Thanks.
Example below:
Report shows
CompanyName GuarantorName
----------- -------------
ABC Company John Doe
ABC Company Jane Doe
XYZ Company John Smith
I'd rather it look like this
Company Name Guarantor Name
------------ --------------
ABC Company John Doe, Jane Doe
XYZ Company John Smith
Is there any way to do this? I would think that this would be a common need/issue? Thanks.