I have a database which has some 400 family surnames, and each surname is assigned to a District. The families in these districts are called on by some 40 Connectors, leaving each Connector with about 10 families upon which to call.<br>The main database includes, among many others, the following fields...<br>LastName (every entry has one of these)<br>District (every entry has one of these)<br>Connector (a C appears in the Connector column if that LastName is a Connector)<br><br>There is also a second table which identifies the various Districts by their number, and the corresponding Connector.<br><br>When making a report grouped by District, I would like the page heading to show, for example, "District 01 - Jones" (assuming Jones is the Connector's LastName). This would readily identify both the District and the Connector's name at the top of the page. I can get the pages by District groupings with no problem, and I can format the Connector's name on that page in shading (by using a Conditional Formatting command that comes into play when the Connector column has a C in it). But I'm sure there must be a way to do what I want...I just can't figure it out.<br><br>I have tried various types of joins between the main table and the Connector's table, by District, and by Connector, and get all kinds of wonderful results except the one I want.<br><br>Any suggestions?<br>Thanks.<br>Tom