Report Out of Control - Will Not Junction

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.
 
D

Duane Hookom

You shouldn't need a subreport for this. Make sure you group by Building
Name and display the header. Add the fields from the building table to the
building name header.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top