I'm trying to create a report where individual customer information such as their name, address, etc appear only one time at the top of the report, and then every entry that pertains to them appears in tabular format below the header.



The report is based on a query that lists the history of the customer from two tables. The first table stores the customer's information, and the second table stores the service history, both linked by the "ID" fields.

Is there a simple way to do this without a lot of programming? I'm using Access 2010.

I basically want it to look like this:

Header:
Customer ID: 1 Company: Random
Last Name: Schmoe First Name: Joe

Detail:
History Item 1 Date
History Item 2 Date
History Item 3 Date