G
Guest
I am trying to produce a report that lists buildings by name and the related
architects. Some buildings have more than one related architect. I built
and populated a junction table BuildingArchitect with primary keys from
tables: BuildingName and Architects. The report will not list multiple
architects under one building. Instead it lists the building again with the
second architect. What I want would be similar to the Northwind Invoice
where one Order (Building) lists many Products (Architects). I tried adding
a subreport/form that works well for this as a form, but it only shows for
the first record in the report.
Thanks for helping.
architects. Some buildings have more than one related architect. I built
and populated a junction table BuildingArchitect with primary keys from
tables: BuildingName and Architects. The report will not list multiple
architects under one building. Instead it lists the building again with the
second architect. What I want would be similar to the Northwind Invoice
where one Order (Building) lists many Products (Architects). I tried adding
a subreport/form that works well for this as a form, but it only shows for
the first record in the report.
Thanks for helping.